C# Class System.Collections.Tests.SortedListTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
Add ( ) : void
Add_Invalid ( ) : void
Capacity_Get_Set ( int capacity ) : void
Capacity_Set_Invalid ( ) : void
Capacity_Set_ShrinkingCapacity_ThrowsArgumentOutOfRangeException ( ) : void
Clear ( int count ) : void
Clone ( int count ) : void
Clone_IsShallowCopy ( ) : void
ContainsKey ( ) : void
ContainsKey_NullKey_ThrowsArgumentNullException ( ) : void
ContainsValue ( ) : void
CopyTo ( int count, int index ) : void
CopyTo_Invalid ( ) : void
Ctor_Empty ( ) : void
Ctor_IComparer ( ) : void
Ctor_IComparer_Int ( int initialCapacity ) : void
Ctor_IComparer_Int_NegativeInitialCapacity_ThrowsArgumentOutOfRangeException ( ) : void
Ctor_IComparer_Null ( ) : void
Ctor_IDictionary ( int count, bool sorted ) : void
Ctor_IDictionary_IComparer ( int count, bool sorted ) : void
Ctor_IDictionary_IComparer_Null ( ) : void
Ctor_IDictionary_IComparer_NullDictionary_ThrowsArgumentNullException ( ) : void
Ctor_IDictionary_NullDictionary_ThrowsArgumentNullException ( ) : void
Ctor_Int ( int initialCapacity ) : void
Ctor_Int_NegativeInitialCapacity_ThrowsArgumentOutOfRangeException ( ) : void
DebuggerAttribute ( ) : void
GetByIndex ( ) : void
GetByIndex_InvalidIndex_ThrowsArgumentOutOfRangeException ( ) : void
GetEnumerator_IDictionaryEnumerator ( int count ) : void
GetEnumerator_IDictionaryEnumerator_Invalid ( ) : void
GetEnumerator_IEnumerator ( int count ) : void
GetEnumerator_IEnumerator_Invalid ( ) : void
GetKey ( int count ) : void
GetKeyList ( int count ) : void
GetKeyList_Contains ( ) : void
GetKeyList_Contains_InvalidValueType_ThrowsInvalidOperationException ( ) : void
GetKeyList_CopyTo ( int count, int index ) : void
GetKeyList_CopyTo_Invalid ( ) : void
GetKeyList_GetEnumerator ( int count ) : void
GetKeyList_GetEnumerator_Invalid ( ) : void
GetKeyList_IListProperties ( ) : void
GetKeyList_IndexOf ( ) : void
GetKeyList_IndexOf_Invalid ( ) : void
GetKeyList_IsSameAsKeysProperty ( ) : void
GetKeyList_TryingToModifyCollection_ThrowsNotSupportedException ( ) : void
GetKey_InvalidIndex_ThrowsArgumentOutOfRangeException ( ) : void
GetValueList ( int count ) : void
GetValueList_Contains ( ) : void
GetValueList_CopyTo ( int count, int index ) : void
GetValueList_CopyTo_Invalid ( ) : void
GetValueList_GetEnumerator ( int count ) : void
GetValueList_IListProperties ( ) : void
GetValueList_IndexOf ( ) : void
GetValueList_IsSameAsValuesProperty ( ) : void
GetValueList_TryingToModifyCollection_ThrowsNotSupportedException ( ) : void
IndexOfKey ( ) : void
IndexOfKey_NullKey_ThrowsArgumentNullException ( ) : void
IndexOfValue ( ) : void
IndexOfValue_SameValue ( ) : void
Item_Get ( int count ) : void
Item_Get_DifferentCulture ( ) : void
Item_Set ( ) : void
Item_Set_NullKey_ThrowsArgumentNullException ( ) : void
Remove ( ) : void
RemoveAt ( ) : void
RemoveAt_InvalidIndex_ThrowsArgumentOutOfRangeException ( ) : void
Remove_NullKey_ThrowsArgumentNullException ( ) : void
SetByIndex ( ) : void
SetByIndex_InvalidIndex_ThrowsArgumentOutOfRangeExeption ( ) : void
Synchronized_IsSynchronized ( ) : void
Synchronized_NullList_ThrowsArgumentNullException ( ) : void
TrimToSize ( ) : void
ValueList_GetEnumerator_Invalid ( ) : void