class documentation

class BERBooleanKnownValues(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testFromBERBooleanKnownValues BERBoolean(encoded="...") should give known result with known input
Method testPartialBERBooleanEncodings BERBoolean(encoded="...") with too short input should throw BERExceptionInsufficientData
Method testToBERBooleanKnownValues BERBoolean(n).toWire() should give known result with known input
Class Variable knownValues Undocumented
def testFromBERBooleanKnownValues(self): (source)

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

def testPartialBERBooleanEncodings(self): (source)

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

def testToBERBooleanKnownValues(self): (source)

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

knownValues: tuple[tuple, ...] = (source)

Undocumented