C# Class System.Collections.Tests.QueueTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
Clear ( int capacity ) : void
Clear_Empty ( int capacity ) : void
Clone ( ) : void
Clone_Clear ( ) : void
Clone_DequeueThenEnqueue ( ) : void
Clone_DequeueUntilEmpty ( ) : void
Clone_Empty ( ) : void
Clone_IsShallowCopy ( ) : void
Contains ( ) : void
Contains_EmptyQueue ( ) : void
Contains_NonExistentObject ( ) : void
CopyTo ( int count, int index ) : void
CopyTo_DequeueThenEnqueue ( ) : void
CopyTo_Invalid ( ) : void
Ctor_Empty ( ) : void
Ctor_ICollection ( ) : void
Ctor_ICollection_NullCollection_ThrowsArgumentNullException ( ) : void
Ctor_Int ( int capacity ) : void
Ctor_Int_Int ( int capacity, float growFactor ) : void
Ctor_Int_Int_Invalid ( ) : void
Ctor_Int_NegativeCapacity_ThrowsArgumentOutOfRangeException ( ) : void
DebuggerAttribute ( ) : void
Dequeue ( int count ) : void
Dequeue_EmptyQueue_ThrowsInvalidOperationException ( ) : void
Dequeue_UntilEmpty ( int count ) : void
Enqueue ( int count ) : void
Enqueue_Null ( ) : void
GetEnumerator ( int count ) : void
GetEnumerator_Invalid ( ) : void
Peek ( ) : void
Peek_EmptyQueue_ThrowsInvalidOperationException ( ) : void
ToArray ( int count ) : void
ToArrayDiffentObjectTypes ( ) : void
ToArray_EmptyQueue ( ) : void
ToArray_Wrapped ( ) : void
TrimToSize ( int count ) : void
TrimToSize_DequeueAll ( int count ) : void
TrimToSize_Wrapped ( ) : void