C# Class TestAutomationEssentials.UnitTests.ExtensionMethodsUnitTests

Afficher le fichier Open project: arnonax/TestEssentials

Private Methods

Méthode Description
AddRangeAddsOneDictionaryToAnother ( ) : void
AddRangeDontAddPartOfTheElementsIfAnyKeyAlreadyExist ( ) : void
AddRangeThrowsAnExceptionIfKeyAlreadyExistsInOriginal ( ) : void
AddRangeThrowsArgumentNullExceptionIfAnyOfTheArgumentsIsNull ( ) : void
AppendFormatLineThrowsArgumentNullExceptionForAllOfItsArguments ( ) : void
AppendFormatLinesAppendsTheFormattedStringAndANewLine ( ) : void
ContentDisplaysClearErrorMessageWhenMoreThanOneElementExist ( ) : void
ContentDisplaysClearErrorMessageWhenNoMatchingElementsExist ( ) : void
ContentDisplaysClearErrorMessageWhenSourceIsNull ( ) : void
ContentReturnsSingleElement ( ) : void
DerivesFromTest ( ) : void
FindDisplaysClearErrorMessageWhenMoreThanOneElementMatchesCondition ( ) : void
FindDisplaysClearErrorMessageWhenNoElementMatchesCondition ( ) : void
FindDisplaysClearErrorMessageWhenSearchingByAPropertyValue ( ) : void
FindDisplaysClearErrorMessageWhenSourceIsNull ( ) : void
FindReturnsSingleElementThatMatchesCondition ( ) : void
FindReturnsTheCorrectElementWhenSearchingByPropertyValue ( ) : void
FindThrowsArgumentNullExceptionIfConditionIsNull ( ) : void
FindThrowsArgumentNullExceptionIfPropertyAccessorIsNull ( ) : void
GetCurrentWindowTitleReturnsTheUpToDateTitle ( ) : void
GetDefaultValueOfReferenceTypeReturnsNull ( ) : void
GetDefaultValueOfValueTypeReturnsItsDefaultValue ( ) : void
GetDescriptionReturnsTheNameOfTheEnumMemberIfTheresNoDescriptionAttribute ( ) : void
GetDescriptionReturnsTheValueFromTheDescriptionAttribute ( ) : void
GetDescriptionThrowsArgumentExceptionIfArgumentIsNotAnEnum ( ) : void
IsEmptyReturnTrueIfTheSequenceIsEmpty ( ) : void
IsEmptyReturnsFalseIfTheSequenceContains1Element ( ) : void
IsEmptyReturnsFalseIfTheSequenceContains3Elements ( ) : void
ParseAsReturnsTheEnumValueThatCorrespondsToTheDescriptionString ( ) : void
ParseAsReturnsTheEnumValueThatCorrespondsToTheMemberName ( ) : void
ParseAsThrowsAnArgumentExceptionIfTypeArgumentIsNoAnEnum ( ) : void
ParseAsThrowsFormatExceptionIfTheStringIsNotANameOfAMemberOrDescriptionOfAMember ( ) : void
SafeEqualsCanCompareValueTypes ( ) : void
SafeEqualsReturnsFalseIfLeftSideIsNullAndRightSideIsnt ( ) : void
SafeEqualsReturnsFalseIfStringsAreDifferent ( ) : void
SafeEqualsReturnsFalseIsLeftSideIsNotNullAndRightSideIs ( ) : void
SafeEqualsReturnsTrueIfBothSidesAreNull ( ) : void
SafeEqualsReturnsTrueIfStringsAreEqual ( ) : void
SetWindowText ( IntPtr hWnd, string text ) : int
SubArrayWithStartAndLength ( ) : void
SubArrayWithoutLengthReturnsAllTheElementsFromTheStartIndexToTheEnd ( ) : void
TryGetReturnsThePropertyValueIfNotNull ( ) : void