| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package trial :: Module unittest :: Class TestCase |
|
AttributeType_KnownValues,
BERBaseEquality,
BERBooleanKnownValues,
BEREnumeratedKnownValues,
BEREnumeratedSanityCheck,
BERIntegerKnownValues,
BERIntegerSanityCheck,
BerLengths,
BERNullKnownValues,
BEROctetStringKnownValues,
BEROctetStringSanityCheck,
BERSequenceKnownValues,
Bind,
ConnectionLost,
Dir2LDIF,
DistinguishedName_Comparison,
DistinguishedName_Init,
FromLDIF,
IdentitySearch,
KnownValues,
LDAPAutoFill_Posix,
LDAPAutoFill_sambaAccount,
LDAPAutoFill_sambaSamAccount,
LDAPAutoFill_Simple,
LDAPDistinguishedName_contains,
LDAPDistinguishedName_DomainName,
LDAPDistinguishedName_Malformed,
LDAPDistinguishedName_Prettify,
LDAPServerTest,
LDAPSyntaxAddChild,
LDAPSyntaxAttributes,
LDAPSyntaxAttributesModificationOnWire,
LDAPSyntaxBasics,
LDAPSyntaxContainingNamingContext,
LDAPSyntaxDelete,
LDAPSyntaxDNs,
LDAPSyntaxFetch,
LDAPSyntaxLDIF,
LDAPSyntaxMove,
LDAPSyntaxPasswords,
LDAPSyntaxRDNHandling,
LDAPSyntaxSearch,
LDIF2Dir,
NetmaskToNumbits,
ObjectClass_KnownValues,
OnWire,
Proxy,
PtrSoaName,
RelativeDistinguishedName_Init,
RFC2254Examples,
RFC2849_Examples,
ServiceBindingProxy,
TestAddOpLDIF,
TestAuthentication,
TestCallableOverride,
TestCaseWithKnownValues,
TestComparison,
TestComparison,
TestConfig,
TestCSS,
TestDelete,
TestDeleteOpLDIF,
TestDiff,
TestDiffEntry,
TestEntryMatch,
TestEquality,
TestInMemoryDatabase,
TestInvalid,
TestLDIFDeltaParsing,
TestLDIFParsing,
TestLMHash,
TestMaybeSubstring,
TestModificationComparison,
TestModificationOpLDIF,
TestModifications,
TestNTHash,
TestOperationLDIF,
TestOperations,
TestSchema,
TestSetOperations,
TestValid,
TestWhitespace,
Tree| Method Summary | |
|---|---|
assert_(self,
condition,
message)
| |
assertApproximates(self,
first,
second,
tolerance,
msg)
| |
assertEqual(self,
first,
second,
msg)
| |
assertEquals(self,
first,
second,
msg)
| |
assertIdentical(self,
first,
second,
msg)
| |
assertIn(self,
containee,
container,
msg)
| |
assertNotEqual(self,
first,
second,
msg)
| |
assertNotEquals(self,
first,
second,
msg)
| |
assertNotIdentical(self,
first,
second,
msg)
| |
assertNotIn(self,
containee,
container,
msg)
| |
assertRaises(self,
exception,
f,
*args,
**kwargs)
| |
fail(self,
message)
| |
failIf(self,
condition,
message)
| |
failIfEqual(self,
first,
second,
msg)
| |
failIfEquals(self,
first,
second,
msg)
| |
failIfIdentical(self,
first,
second,
msg)
| |
failIfIn(self,
containee,
container,
msg)
| |
failUnless(self,
condition,
message)
| |
failUnlessEqual(self,
first,
second,
msg)
| |
failUnlessIdentical(self,
first,
second,
msg)
| |
failUnlessIn(self,
containee,
container,
msg)
| |
failUnlessRaises(self,
exception,
f,
*args,
**kwargs)
| |
mktemp(self)
| |
I'll iterate the reactor for a while. | |
setUp(self)
| |
setUpClass(self)
| |
tearDown(self)
| |
tearDownClass(self)
| |
_mktGetCounter(self,
base)
| |
| Class Variable Summary | |
|---|---|
NoneType |
expectedAssertions = None |
int |
_assertions = 0 |
| Method Details |
|---|
runReactor(self, timesOrSeconds, seconds=False)I'll iterate the reactor for a while. You probably want to use expectedAssertions with this.
|
| Class Variable Details |
|---|
expectedAssertions
|
_assertions
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri May 6 14:58:09 2005 | http://epydoc.sf.net |