C# Class System.Collections.Tests.SortedList_IDictionary_NonGeneric_Tests

Inheritance: System.Collections.Tests.IDictionary_NonGeneric_Tests
Datei anzeigen Open project: dotnet/corefx

Protected Methods

Method Description
CreateTKey ( int seed ) : object
CreateTValue ( int seed ) : object
NonGenericIDictionaryFactory ( ) : IDictionary

Private Methods

Method Description
CantAcceptDuplicateKeysFromSourceDictionary ( ) : void
ICollection_NonGeneric_CopyTo_ArrayOfCorrectKeyValuePairType ( int count ) : void
ICollection_NonGeneric_CopyTo_ArrayOfIncorrectKeyValuePairType ( int count ) : void
IDictionary_NonGeneric_Add_KeyOfWrongType ( int count ) : void
IDictionary_NonGeneric_Add_NullValueWhenDefaultTValueIsNonNull ( int count ) : void
IDictionary_NonGeneric_Add_ValueOfWrongType ( int count ) : void
IDictionary_NonGeneric_Contains_KeyOfWrongType ( int count ) : void
IDictionary_NonGeneric_ItemSet_KeyOfWrongType ( int count ) : void
IDictionary_NonGeneric_ItemSet_NullValueWhenDefaultValueIsNonNull ( int count ) : void
IDictionary_NonGeneric_ItemSet_ValueOfWrongType ( int count ) : void

Method Details

CreateTKey() protected method

protected CreateTKey ( int seed ) : object
seed int
return object

CreateTValue() protected method

protected CreateTValue ( int seed ) : object
seed int
return object

NonGenericIDictionaryFactory() protected method

protected NonGenericIDictionaryFactory ( ) : IDictionary
return IDictionary