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