C# Class OpenStory.Common.IO.PacketBuilderFixture

Exibir arquivo Open project: shoftee/OpenStory

Private Properties

Property Type Description
Byte_Should_Be_Written_In_LittleEndian void
Default_Constructor_Should_Throw_On_Null_Buffer void
Double_Dispose_Should_Not_Throw void
Int16_Should_Be_Written_In_LittleEndian void
Int32_Should_Be_Written_In_LittleEndian void
Int64_Should_Be_Written_In_LittleEndian void
LengthString_Length_Should_Be_Written_In_LittleEndian void
LengthString_String_Should_Be_Written_In_Utf8 void
PaddedString_Should_Be_Null_Terminated void
PaddedString_Should_Be_Written_In_Utf8 void
SetUp void
ShouldThrowOde void
TearDown void
ToByteArray_Should_Throw_After_Disposal void
True_And_False_Are_Written_As_Integers_Correctly void
UInt16_Should_Be_Written_In_LittleEndian void
UInt32_Should_Be_Written_In_LittleEndian void
UInt64_Should_Be_Written_In_LittleEndian void
WriteBoolean_Should_Throw_After_Disposal void
WriteByte_Should_Throw_After_Disposal void
WriteBytes_Should_Throw_After_Disposal void
WriteBytes_Should_Write_Same_Bytes void
WriteInt16_Should_Throw_After_Disposal_Signed void
WriteInt16_Should_Throw_After_Disposal_Unsigned void
WriteInt32_Should_Throw_After_Disposal_Signed void
WriteInt32_Should_Throw_After_Disposal_Unsigned void
WriteInt64_Should_Throw_After_Disposal_Signed void
WriteInt64_Should_Throw_After_Disposal_Unsigned void
WriteLengthString_Should_Throw_After_Disposal void
WriteLengthString_Should_Throw_On_Null_String void
WritePaddedString_Should_Throw_After_Disposal void
WritePaddedString_Should_Throw_On_Insufficient_Padding void
WritePaddedString_Should_Throw_On_Non_Positive_Padding void
WritePaddedString_Should_Throw_On_Null_String void
WriteVector_Should_Throw_After_Disposal void
WriteZero_Should_Throw_On_Non_Positive_Zero_Count void
WriteZeroes_Should_Throw_After_Disposal void
WriteZeroes_Should_Write_Zeroes void

Private Methods

Method Description
Byte_Should_Be_Written_In_LittleEndian ( ) : void
Default_Constructor_Should_Throw_On_Null_Buffer ( ) : void
Double_Dispose_Should_Not_Throw ( ) : void
Int16_Should_Be_Written_In_LittleEndian ( ) : void
Int32_Should_Be_Written_In_LittleEndian ( ) : void
Int64_Should_Be_Written_In_LittleEndian ( ) : void
LengthString_Length_Should_Be_Written_In_LittleEndian ( ) : void
LengthString_String_Should_Be_Written_In_Utf8 ( ) : void
PaddedString_Should_Be_Null_Terminated ( ) : void
PaddedString_Should_Be_Written_In_Utf8 ( ) : void
SetUp ( ) : void
ShouldThrowOde ( Action operation ) : void
TearDown ( ) : void
ToByteArray_Should_Throw_After_Disposal ( ) : void
True_And_False_Are_Written_As_Integers_Correctly ( ) : void
UInt16_Should_Be_Written_In_LittleEndian ( ) : void
UInt32_Should_Be_Written_In_LittleEndian ( ) : void
UInt64_Should_Be_Written_In_LittleEndian ( ) : void
WriteBoolean_Should_Throw_After_Disposal ( ) : void
WriteByte_Should_Throw_After_Disposal ( ) : void
WriteBytes_Should_Throw_After_Disposal ( ) : void
WriteBytes_Should_Write_Same_Bytes ( ) : void
WriteInt16_Should_Throw_After_Disposal_Signed ( ) : void
WriteInt16_Should_Throw_After_Disposal_Unsigned ( ) : void
WriteInt32_Should_Throw_After_Disposal_Signed ( ) : void
WriteInt32_Should_Throw_After_Disposal_Unsigned ( ) : void
WriteInt64_Should_Throw_After_Disposal_Signed ( ) : void
WriteInt64_Should_Throw_After_Disposal_Unsigned ( ) : void
WriteLengthString_Should_Throw_After_Disposal ( ) : void
WriteLengthString_Should_Throw_On_Null_String ( ) : void
WritePaddedString_Should_Throw_After_Disposal ( ) : void
WritePaddedString_Should_Throw_On_Insufficient_Padding ( ) : void
WritePaddedString_Should_Throw_On_Non_Positive_Padding ( int padding ) : void
WritePaddedString_Should_Throw_On_Null_String ( ) : void
WriteVector_Should_Throw_After_Disposal ( ) : void
WriteZero_Should_Throw_On_Non_Positive_Zero_Count ( int count ) : void
WriteZeroes_Should_Throw_After_Disposal ( ) : void
WriteZeroes_Should_Write_Zeroes ( ) : void