C# Class OpenStory.Common.IO.BoundedBufferFixture

Exibir arquivo Open project: shoftee/OpenStory

Private Methods

Method Description
AppendFill_Should_Append_Whole_Array ( ) : void
AppendFill_Should_Decrease_FreeSpace ( ) : void
AppendFill_Should_Decrease_FreeSpace_Until_Zero ( ) : void
AppendFill_Should_Fill_Buffer_When_FreeSpace_Insufficient ( ) : void
AppendFill_Should_Return_Written_Bytes ( ) : void
AppendFill_Should_Return_Written_Bytes_When_FreeSpace_Insufficient ( ) : void
AppendFill_Should_Throw_After_Disposal ( ) : void
AppendFill_Should_Throw_On_Bad_Segment_Length ( ) : void
AppendFill_Should_Throw_On_Bad_Segment_Offset ( ) : void
AppendFill_Should_Throw_On_Negative_Offset ( ) : void
AppendFill_Should_Throw_On_Non_Positive_Count ( int count ) : void
AppendFill_Should_Throw_On_Null_Buffer ( ) : void
Constructor_Should_Throw_On_Non_Positive_Capacity ( int capacity ) : void
Default_Constructor_Should_Create_Instance_With_Default_Capacity ( ) : void
Default_Constructor_Should_Create_Instance_With_Requested_Capacity ( ) : void
Double_Dispose_Should_Not_Throw ( ) : void
ExtractAndReset_Should_Set_New_Capacity ( ) : void
ExtractAndReset_Should_Throw_After_Disposal ( ) : void
ExtractAndReset_Should_Throw_On_Negative_Capacity ( ) : void
ExtractAndReset_With_Zero_Capacity_Should_Not_Throw ( ) : void
FreeSpace_Access_Should_Throw_After_Disposal ( ) : void
Reset_Should_Set_New_Capacity ( ) : void
Reset_Should_Throw_After_Disposal ( ) : void
Reset_Should_Throw_On_Negative_Capacity ( ) : void
Reset_With_Zero_Capacity_Should_Not_Throw ( ) : void