C# Class MsgPack.DirectConversionTest

Show file Open project: msgpack/msgpack-cli

Private Properties

Property Type Description
TestArray void
TestBoolean void
TestBoolean void
TestByte void
TestByte void
TestDouble void
TestDouble void
TestInt16 void
TestInt16 void
TestInt32 void
TestInt32 void
TestInt64 void
TestInt64 void
TestMap void
TestNil void
TestSByte void
TestSByte void
TestSingle void
TestSingle void
TestString void
TestString void
TestUInt16 void
TestUInt16 void
TestUInt32 void
TestUInt32 void
TestUInt64 void
TestUInt64 void

Private Methods

Method Description
TestArray ( ) : void
TestBoolean ( ) : void
TestBoolean ( bool value ) : void
TestByte ( ) : void
TestByte ( Byte value ) : void
TestDouble ( ) : void
TestDouble ( Double value ) : void
TestInt16 ( ) : void
TestInt16 ( Int16 value ) : void
TestInt32 ( ) : void
TestInt32 ( Int32 value ) : void
TestInt64 ( ) : void
TestInt64 ( System.Int64 value ) : void
TestMap ( ) : void
TestNil ( ) : void
TestSByte ( ) : void
TestSByte ( SByte value ) : void
TestSingle ( ) : void
TestSingle ( System.Single value ) : void
TestString ( ) : void
TestString ( String value ) : void
TestUInt16 ( ) : void
TestUInt16 ( UInt16 value ) : void
TestUInt32 ( ) : void
TestUInt32 ( UInt32 value ) : void
TestUInt64 ( ) : void
TestUInt64 ( System.UInt64 value ) : void