C# Class System.Collections.Tests.SortedList_IDictionary_NonGeneric_Tests

Inheritance: System.Collections.Tests.IDictionary_NonGeneric_Tests
Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
CreateTKey ( int seed ) : object
CreateTValue ( int seed ) : object
NonGenericIDictionaryFactory ( ) : IDictionary

Private Methods

Méthode 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 méthode

protected CreateTKey ( int seed ) : object
seed int
Résultat object

CreateTValue() protected méthode

protected CreateTValue ( int seed ) : object
seed int
Résultat object

NonGenericIDictionaryFactory() protected méthode

protected NonGenericIDictionaryFactory ( ) : IDictionary
Résultat IDictionary