Table of Contents
testFromBERIntegerKnownValues ( self )
BERInteger(encoded="...") should give known result with known input
testPartialBERIntegerEncodings ( self )
BERInteger(encoded="...") with too short input should throw BERExceptionInsufficientData
testToBERIntegerKnownValues ( self )
str(BERInteger(n)) should give known result with known input