C# Class MsgPack.PackUnpackTest

ファイルを表示 Open project: msgpack/msgpack-cli

Private Properties

Property Type Description
Dump string
Dump void
TestArray void
TestArray_Splitted void
TestBoolean void
TestBoolean void
TestBytes void
TestBytes_Splitted void
TestChars void
TestChars_Splitted void
TestDictionary void
TestDictionary_Splitted void
TestExts void
TestExts_Splitted void
TestHeteroArray void
TestMultipleObjectInStream void
TestNestedArray void
TestNestedMap void
TestNil void
TestString void
TestString void
TestStringLarge void
TestStringMedium void
TestStringShort void
TestStringStrict void
UnpackOne MessagePackObject

Private Methods

Method Description
Dump ( MessagePackObject obj ) : string
Dump ( MessagePackObject obj, StringBuilder buffer, int indent ) : void
TestArray ( ) : void
TestArray_Splitted ( ) : void
TestBoolean ( ) : void
TestBoolean ( bool val ) : void
TestBytes ( ) : void
TestBytes_Splitted ( ) : void
TestChars ( ) : void
TestChars_Splitted ( ) : void
TestDictionary ( ) : void
TestDictionary_Splitted ( ) : void
TestExts ( ) : void
TestExts_Splitted ( ) : void
TestHeteroArray ( ) : void
TestMultipleObjectInStream ( ) : void
TestNestedArray ( ) : void
TestNestedMap ( ) : void
TestNil ( ) : void
TestString ( String val ) : void
TestString ( String val, Encoding encoding ) : void
TestStringLarge ( ) : void
TestStringMedium ( ) : void
TestStringShort ( ) : void
TestStringStrict ( String val ) : void
UnpackOne ( MemoryStream output ) : MessagePackObject