Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package test :: Module test_pureber :: Class BEREnumeratedKnownValues |
|
TestCase
--+
|
BEREnumeratedKnownValues
Method Summary | |
---|---|
BEREnumerated(encoded="...") should give known result with known input | |
BEREnumerated(encoded="...") with too short input should throw BERExceptionInsufficientData | |
str(BEREnumerated(n)) should give known result with known input | |
Inherited from TestCase | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
I'll iterate the reactor for a while. | |
| |
| |
| |
| |
|
Class Variable Summary | |
---|---|
tuple |
knownValues = ((0, [10, 1, 0]), (1, [10, 1, 1]), (2, [10...
|
Inherited from TestCase | |
NoneType |
expectedAssertions = None |
int |
_assertions = 0 |
Method Details |
---|
testFromBEREnumeratedKnownValues(self)BEREnumerated(encoded="...") should give known result with known input |
testPartialBEREnumeratedEncodings(self)BEREnumerated(encoded="...") with too short input should throw BERExceptionInsufficientData |
testToBEREnumeratedKnownValues(self)str(BEREnumerated(n)) should give known result with known input |
Class Variable Details |
---|
knownValues
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:22 2004 | http://epydoc.sf.net |