class documentation

class BEREnumeratedKnownValues(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testFromBEREnumeratedKnownValues BEREnumerated(encoded="...") should give known result with known input
Method testPartialBEREnumeratedEncodings BEREnumerated(encoded="...") with too short input should throw BERExceptionInsufficientData
Method testToBEREnumeratedKnownValues BEREnumerated(n).toWire() should give known result with known input
Class Variable knownValues Undocumented
def testFromBEREnumeratedKnownValues(self): (source)

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

def testPartialBEREnumeratedEncodings(self): (source)

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

def testToBEREnumeratedKnownValues(self): (source)

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

knownValues = (source)

Undocumented