| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package test :: Module test_pureber :: Class BERIntegerKnownValues |
|
TestCase --+
|
BERIntegerKnownValues
| Method Summary | |
|---|---|
BERInteger(encoded="...") should give known result with known input | |
BERInteger(encoded="...") with too short input should throw BERExceptionInsufficientData | |
str(BERInteger(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, [2, 1, 0]), (1, [2, 1, 1]), (2, [2, 1...
|
| Inherited from TestCase | |
NoneType |
expectedAssertions = None |
int |
_assertions = 0 |
| Method Details |
|---|
testFromBERIntegerKnownValues(self)BERInteger(encoded="...") should give known result with known input |
testPartialBERIntegerEncodings(self)BERInteger(encoded="...") with too short input should throw BERExceptionInsufficientData |
testToBERIntegerKnownValues(self)str(BERInteger(n)) should give known result with known input |
| Class Variable Details |
|---|
knownValues
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri May 6 14:58:02 2005 | http://epydoc.sf.net |