C# Class MsgPack.UnpackingTest_Misc

Exibir arquivo Open project: msgpack/msgpack-cli

Private Methods

Method Description
AssertNested ( IEnumerable values ) : void
AssertRawStream ( Stream target, int length ) : void
AssertStreamPosition ( Stream target, int position ) : void
AssertStreamPosition ( Stream target, int position, int expectedValue ) : void
AssertStringReader ( MsgPack.UnpackingStreamReader target, int byteLength, string expected ) : void
CreateStreamForByteStreamTest ( ) : Stream
TestSeekableByteStream_Seek_0_Begin_Head ( ) : void
TestSeekableByteStream_Seek_0_Current_DoesNotMove ( ) : void
TestSeekableByteStream_Seek_0_End_Tail ( ) : void
TestSeekableByteStream_Seek_1_Begin_HeadPlus1 ( ) : void
TestSeekableByteStream_Seek_1_Current_Plus1 ( ) : void
TestSeekableByteStream_Seek_1_End_Fail ( ) : void
TestSeekableByteStream_Seek_Minus1_Begin_Fail ( ) : void
TestSeekableByteStream_Seek_Minus1_Current_Minus1 ( ) : void
TestSeekableByteStream_Seek_Minus1_End_TailMinus1 ( ) : void
TestSeekableByteStream_setPosition_0_Head ( ) : void
TestSeekableByteStream_setPosition_1_HeadPlus1 ( ) : void
TestSeekableByteStream_setPosition_Minus1_Fail ( ) : void
TestUnpackArrayLength_ArrayLengthIsGreaterThanInt32MaxValue ( ) : void
TestUnpackArray_ArrayLengthIsGreaterThanInt32MaxValue ( ) : void
TestUnpackArray_Eof ( ) : void
TestUnpackBinaryResultStreamIsNotWriteable_CanWrite_False ( ) : void
TestUnpackBinaryResultStreamIsNotWriteable_Flush_Nop ( ) : void
TestUnpackBinaryResultStreamIsNotWriteable_SetLength_Fail ( ) : void
TestUnpackBinaryResultStreamIsNotWriteable_WriteByte_Fail ( ) : void
TestUnpackBinaryResultStreamIsNotWriteable_Write_Fail ( ) : void
TestUnpackBinary_BinaryLengthIsGreaterThanInt32MaxValue ( ) : void
TestUnpackBinary_EofInBody ( ) : void
TestUnpackBinary_EofInHeader ( ) : void
TestUnpackBinary_Stream_ReadOnlyStream ( ) : void
TestUnpackByteStream_Empty ( ) : void
TestUnpackByteStream_EofInBody_CanFeed ( ) : void
TestUnpackByteStream_EofInHeader ( ) : void
TestUnpackByteStream_Nil_AsEmpty ( ) : void
TestUnpackByteStream_NotRaw ( ) : void
TestUnpackByteStream_Stream_0x10000Byte_AsIsAndBounded ( ) : void
TestUnpackByteStream_Stream_0x100Byte_AsIsAndBounded ( ) : void
TestUnpackByteStream_Stream_1Byte_AsIsAndBounded ( ) : void
TestUnpackByteStream_Stream_Empty_AsIsAndBounded ( ) : void
TestUnpackByteStream_Stream_LengthIsGreaterThanInt32MaxValue_CanReadToEnd ( ) : void
TestUnpackByteStream_Stream_Null ( ) : void
TestUnpackByteStream_Stream_SeekableStream_CanSeekIsFalse ( ) : void
TestUnpackByteStream_Stream_SeekableStream_CanSeekIsTrue ( ) : void
TestUnpackCharStream_Stream_1ByteNonUtf8String_ExceptionInReaderOperation ( ) : void
TestUnpackCharStream_Stream_1Char_AsIsAndBounded ( ) : void
TestUnpackCharStream_Stream_Empty_AsIsAndBounded ( ) : void
TestUnpackCharStream_Stream_Encoding_1ByteNonSpecifiedString_ExceptionInReaderOperation ( ) : void
TestUnpackCharStream_Stream_Encoding_1Byte_AsIsAndBounded ( ) : void
TestUnpackCharStream_Stream_Encoding_Empty_AsIsAndBounded ( ) : void
TestUnpackCharStream_Stream_Encoding_EncodingIsNull ( ) : void
TestUnpackCharStream_Stream_Encoding_StreamIsNull ( ) : void
TestUnpackCharStream_Stream_Null ( ) : void
TestUnpackDictionaryCount_DictionaryCountIsGreaterThanInt32MaxValue ( ) : void
TestUnpackDictionary_DictionaryCountIsGreaterThanInt32MaxValue ( ) : void
TestUnpackDictionary_KeyDuplicated ( ) : void
TestUnpackInt32_Eof ( ) : void
TestUnpackInt32_NotNumeric ( ) : void
TestUnpackObject_ByteArray_ByteArrayIsEmpty ( ) : void
TestUnpackObject_ByteArray_ByteArrayIsNull ( ) : void
TestUnpackObject_ByteArray_Int32_ByteArrayIsEmpty ( ) : void
TestUnpackObject_ByteArray_Int32_ByteArrayIsNull ( ) : void
TestUnpackObject_ByteArray_Int32_OffsetIsNegative ( ) : void
TestUnpackObject_ByteArray_Int32_OffsetIsTooBig ( ) : void
TestUnpackObject_ByteArray_Int32_Scalar_AsIs ( ) : void
TestUnpackObject_ByteArray_Scalar_AsIs ( ) : void
TestUnpackObject_Stream_Array_AsIs ( ) : void
TestUnpackObject_Stream_EmptyArray_AsIs ( ) : void
TestUnpackObject_Stream_EmptyMap_AsIs ( ) : void
TestUnpackObject_Stream_EmptyRaw_AsIs ( ) : void
TestUnpackObject_Stream_Map_AsIs ( ) : void
TestUnpackObject_Stream_NestedArray_AsIs ( ) : void
TestUnpackObject_Stream_NestedMap_AsIs ( ) : void
TestUnpackObject_Stream_Nil_AsIs ( ) : void
TestUnpackObject_Stream_Null ( ) : void
TestUnpackObject_Stream_Raw_AsIs ( ) : void
TestUnpackObject_Stream_Scalar_AsIs ( ) : void
TestUnpackString_ByteArray_1ByteNonUtf8String_ExceptionInReaderOperation ( ) : void
TestUnpackString_ByteArray_1Char_AsIsAndBounded ( ) : void
TestUnpackString_ByteArray_ByteArrayIsEmpty ( ) : void
TestUnpackString_ByteArray_ByteArrayIsNull ( ) : void
TestUnpackString_ByteArray_Empty_AsIsAndBounded ( ) : void
TestUnpackString_ByteArray_Encoding_1ByteNonSpecifiedString ( ) : void
TestUnpackString_ByteArray_Encoding_1Byte_AsIsAndBounded ( ) : void
TestUnpackString_ByteArray_Encoding_Empty_AsIsAndBounded ( ) : void
TestUnpackString_ByteArray_Int32_ByteArrayIsEmpty ( ) : void
TestUnpackString_ByteArray_Int32_ByteArrayIsNull ( ) : void
TestUnpackString_ByteArray_Int32_Encoding_ByteArrayIsEmpty ( ) : void
TestUnpackString_ByteArray_Int32_Encoding_ByteArrayIsNull ( ) : void
TestUnpackString_ByteArray_Int32_Encoding_EncodingIsNull ( ) : void
TestUnpackString_ByteArray_Int32_Encoding_OffsetIsNegative ( ) : void
TestUnpackString_ByteArray_Int32_Encoding_OffsetIsTooBig ( ) : void
TestUnpackString_ByteArray_Int32_OffsetIsNegative ( ) : void
TestUnpackString_ByteArray_Int32_OffsetIsTooBig ( ) : void
TestUnpackString_ByteArray_Null ( ) : void
TestUnpackString_Stream_1ByteNonUtf8String ( ) : void
TestUnpackString_Stream_1Char_AsIsAndBounded ( ) : void
TestUnpackString_Stream_Empty_AsIsAndBounded ( ) : void
TestUnpackString_Stream_Encoding_1ByteNonSpecifiedString ( ) : void
TestUnpackString_Stream_Encoding_1Byte_AsIsAndBounded ( ) : void
TestUnpackString_Stream_Encoding_Empty_AsIsAndBounded ( ) : void
TestUnpackString_Stream_Encoding_EncodingIsNull ( ) : void
TestUnpackString_Stream_Encoding_StreamIsNull ( ) : void
TestUnpackString_Stream_Null ( ) : void
TestUnseekableByteStream_Seek ( ) : void
TestUnseekableByteStream_getPosition ( ) : void
TestUnseekableByteStream_setPosition ( ) : void