C# Class Mono.Rocks.Tests.OrderedDictionaryTest

ファイルを表示 Open project: mono/rocks

Private Methods

Method Description
Add ( ) : void
Add_KeyExists ( ) : void
Add_KeyNull ( ) : void
Clear ( ) : void
ContainsKey ( ) : void
ContainsKey_KeyNull ( ) : void
ContainsValue ( ) : void
CopyTo ( ) : void
CopyTo_ArrayTooSmall ( ) : void
CopyTo_IndexOutOfRange ( ) : void
CopyTo_NullArray ( ) : void
Count ( ) : void
Ctor_CapacityOutOfRange ( ) : void
Ctor_CapacityOutOfRangeWithEquality ( ) : void
Ctor_DictNull ( ) : void
EnumerableOrder ( ) : void
IndexIndexer ( ) : void
IndexOf ( ) : void
IndexOf_KeyNull ( ) : void
IndexOf_NotFound ( ) : void
IndexOf_StartIndex ( ) : void
IndexOf_StartIndexAndCount ( ) : void
IndexOf_StartIndexAndCount_CountOutOfRange ( ) : void
IndexOf_StartIndexAndCount_IndexOutOfRangeLower ( ) : void
IndexOf_StartIndexAndCount_IndexOutOfRangeUpper ( ) : void
IndexOf_StartIndexAndCount_KeyNull ( ) : void
IndexOf_StartIndexAndCount_NotFound ( ) : void
IndexOf_StartIndex_IndexOutOfRangeLower ( ) : void
IndexOf_StartIndex_IndexOutOfRangeUpper ( ) : void
IndexOf_StartIndex_KeyNull ( ) : void
IndexOf_StartIndex_NotFound ( ) : void
Indexer_IndexOutOfRangeLower ( ) : void
Indexer_IndexOutOfRangeUpper ( ) : void
Insert ( ) : void
Insert_KeyExists ( ) : void
IsReadOnly ( ) : void
KVP_Add ( ) : void
KVP_Contains ( ) : void
KVP_Insert ( ) : void
KVP_Remove ( ) : void
KeyIndexer ( ) : void
KeyIndexerGet_KeyNull ( ) : void
KeyIndexerSet ( ) : void
KeyIndexerSet_KeyNull ( ) : void
KeyIndexer_KeyNotFound ( ) : void
Remove ( ) : void
RemoveAt ( ) : void
RemoveAt_IndexOutOfRangeLower ( ) : void
Remove_KeyNull ( ) : void
TryGetValue ( ) : void
TryGetValue_NotFound ( ) : void
TryGetValue_NullKey ( ) : void
ValuesCopyTo_ArrayTooSmall ( ) : void
ValuesCopyTo_IndexOutOfRange ( ) : void
ValuesCopyTo_NullArray ( ) : void
Values_Add ( ) : void
Values_Clear ( ) : void
Values_Contains ( ) : void
Values_CopyTo ( ) : void
Values_Count ( ) : void
Values_EnumerableOrder ( ) : void
Values_Insert ( ) : void
Values_IsReadOnly ( ) : void
Values_Remove ( ) : void
Values_RemoveAt ( ) : void