class documentation

class BERNullKnownValues(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testFromBERNullKnownValues BERNull(encoded="...") should give known result with known input
Method testPartialBERNullEncodings BERNull(encoded="...") with too short input should throw BERExceptionInsufficientData
Method testToBERNullKnownValues BERNull().toWire() should give known result
def testFromBERNullKnownValues(self): (source)

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

def testPartialBERNullEncodings(self): (source)

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

def testToBERNullKnownValues(self): (source)

BERNull().toWire() should give known result