C# Class Test.BEncodingTest

Mostra file Open project: peteroupc/CBOR

Public Methods

Method Description
doTestLong ( long value ) : void
doTestString ( String value ) : void

Private Methods

Method Description
EncodingFromBytes ( byte b ) : CBORObject
EncodingToBytes ( CBORObject b ) : byte[]
testDictionary ( ) : void
testList ( ) : void
testLong ( ) : void
testString ( ) : void

Method Details

doTestLong() public static method

public static doTestLong ( long value ) : void
value long
return void

doTestString() public static method

public static doTestString ( String value ) : void
value String
return void