C# Class Spring.Util.CollectionUtilsTests

Show file Open project: spring-projects/spring-net

Private Methods

Method Description
AddCollectionDoesNotImplementAdd ( ) : void
AddNullCollection ( ) : void
AddNullObject ( ) : void
AddValidElement ( ) : void
CompareEntries ( object x, object y ) : int
ContainsAllDoesNotImplementContains ( ) : void
ContainsAllElements ( ) : void
ContainsAllElementsWithNoElementsEitherCollection ( ) : void
ContainsAllElementsWithNoElementsInSourceCollection ( ) : void
ContainsAllNullTargetCollection ( ) : void
ContainsAllSourceNullCollection ( ) : void
ContainsCollectionThatDoesNotImplementContains ( ) : void
ContainsDoesNotContainElement ( ) : void
ContainsNullCollection ( ) : void
ContainsNullObject ( ) : void
ContainsValidElement ( ) : void
DoesNotContainAllElements ( ) : void
EmptyArrayElements ( ) : void
FindFirstMatchReturnsFirstMatch ( ) : void
FindFirstMatchReturnsNullIfAnyInputIsEmpty ( ) : void
FindValueOfType ( ) : void
IsCollectionEmptyOrNull ( ) : void
IsDictionaryEmptyOrNull ( ) : void
RemoveAllAllElements ( ) : void
RemoveAllNoElements ( ) : void
RemoveAllSomeElements ( ) : void
RemoveAllSourceNullCollection ( ) : void
RemoveAllTargetCollectionDoesNotImplementContains ( ) : void
RemoveAllTargetCollectionDoesNotImplementRemove ( ) : void
RemoveAllTargetNullCollection ( ) : void
StableSorting ( ) : void
ToArray ( ) : void
ToArrayAllElements ( ) : void
ToArrayNullTargetCollection ( ) : void