C# Class Test.CBORTest

Show file Open project: peteroupc/CBOR

Public Methods

Method Description
TestCBORMapAdd ( ) : void

Private Methods

Method Description
AddSubCompare ( PeterO.CBORObject o1, PeterO.CBORObject o2 ) : void
AsED ( PeterO.CBORObject obj ) : EDecimal
ObjectMessage ( PeterO.CBORObject obj ) : string
TestArray ( ) : void
TestBigNumBytes ( ) : void
TestByte ( ) : void
TestByteArray ( ) : void
TestByteStringStream ( ) : void
TestByteStringStreamNoIndefiniteWithinDefinite ( ) : void
TestByteStringStreamNoTagsBeforeDefinite ( ) : void
TestCBOREInteger ( ) : void
TestCBORExceptions ( ) : void
TestCBORFromArray ( ) : void
TestCBORInfinity ( ) : void
TestCanFitIn ( ) : void
TestCanFitInSpecificCases ( ) : void
TestCompareB ( ) : void
TestDecFracCompareIntegerVsBigFraction ( ) : void
TestDecimalFrac ( ) : void
TestDecimalFracExactlyTwoElements ( ) : void
TestDecimalFracExponentMustNotBeBignum ( ) : void
TestDecimalFracMantissaMayBeBignum ( ) : void
TestDecimalString ( String r ) : void
TestDivide ( ) : void
TestDouble ( ) : void
TestEInteger ( ) : void
TestExample ( ) : void
TestExtendedExtremeExponent ( ) : void
TestFloat ( ) : void
TestHalfPrecision ( ) : void
TestJSON ( ) : void
TestJSONEscapedChars ( ) : void
TestLong ( ) : void
TestMap ( ) : void
TestMapInMap ( ) : void
TestParseDecimalStrings ( ) : void
TestRandomData ( ) : void
TestRandomNonsense ( ) : void
TestRandomSlightlyModified ( ) : void
TestReadWriteInt ( ) : void
TestShort ( ) : void
TestSimpleValues ( ) : void
TestSubtract ( ) : void
TestTagThenBreak ( ) : void
TestTaggedUntagged ( ) : void
TestTags ( ) : void
TestTags264And265 ( ) : void
TestTextStringStream ( ) : void
TestTextStringStreamNoIndefiniteWithinDefinite ( ) : void
TestTextStringStreamNoTagsBeforeDefinite ( ) : void
TestTextStringStreamOne ( string longString ) : void
TestWriteToJSON ( CBORObject obj ) : void

Method Details

TestCBORMapAdd() public static method

public static TestCBORMapAdd ( ) : void
return void