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 Tue Aug 17 17:08:22 2004 | http://epydoc.sf.net |