class documentation

class BERIntegerKnownValues(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testFromBERIntegerKnownValues BERInteger(encoded="...") should give known result with known input
Method testPartialBERIntegerEncodings BERInteger(encoded="...") with too short input should throw BERExceptionInsufficientData
Method testToBERIntegerKnownValues BERInteger(n).toWire() should give known result with known input
Class Variable knownValues Undocumented
def testFromBERIntegerKnownValues(self): (source)

BERInteger(encoded="...") should give known result with known input

def testPartialBERIntegerEncodings(self): (source)

BERInteger(encoded="...") with too short input should throw BERExceptionInsufficientData

def testToBERIntegerKnownValues(self): (source)

BERInteger(n).toWire() should give known result with known input

knownValues = (source)

Undocumented