Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package test :: Module test_pureber :: Class BERSequenceKnownValues |
|
TestCase
--+
|
BERSequenceKnownValues
Method Summary | |
---|---|
BERSequence(encoded="...") should give known result with known input | |
BERSequence(encoded="...") with too short input should throw BERExceptionInsufficientData | |
str(BERSequence(x)) should give known result with known input | |
Inherited from TestCase | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
I'll iterate the reactor for a while. | |
| |
| |
| |
|
Class Variable Summary | |
---|---|
tuple |
knownValues = (([], [48, 0]), ([BERInteger(value=2)], [4...
|
Inherited from TestCase | |
NoneType |
expectedAssertions = None |
Method Details |
---|
testFromBERSequenceKnownValues(self)BERSequence(encoded="...") should give known result with known input |
testPartialBERSequenceEncodings(self)BERSequence(encoded="...") with too short input should throw BERExceptionInsufficientData |
testToBERSequenceKnownValues(self)str(BERSequence(x)) should give known result with known input |
Class Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:19 2004 | http://epydoc.sf.net |