| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package trial :: Module unittest :: Class TestCase |
|
object --+
|
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,
a,
msg)
| |
assertAlmostEqual(self,
a,
b,
c,
msg)
| |
assertAlmostEquals(self,
a,
b,
c,
msg)
| |
assertApproximates(self,
a,
b,
c,
msg)
| |
assertEqual(self,
a,
b,
msg)
| |
assertEquals(self,
a,
b,
msg)
| |
assertIdentical(self,
a,
b,
msg)
| |
assertIn(self,
a,
b,
msg)
| |
assertNotAlmostEqual(self,
a,
b,
c,
msg)
| |
assertNotAlmostEquals(self,
a,
b,
c,
msg)
| |
assertNotEqual(self,
a,
b,
msg)
| |
assertNotEquals(self,
a,
b,
msg)
| |
assertNotIdentical(self,
a,
b,
msg)
| |
assertNotIn(self,
a,
b,
msg)
| |
assertRaises(self,
exc,
f,
*a,
**kw)
| |
fail(self,
msg)
| |
failIf(self,
a,
msg)
| |
failIfAlmostEqual(self,
a,
b,
c,
msg)
| |
failIfEqual(self,
a,
b,
msg)
| |
failIfEquals(self,
a,
b,
msg)
| |
failIfIdentical(self,
a,
b,
msg)
| |
failIfIn(self,
a,
b,
msg)
| |
failUnless(self,
a,
msg)
| |
failUnlessAlmostEqual(self,
a,
b,
c,
msg)
| |
failUnlessEqual(self,
a,
b,
msg)
| |
failUnlessIdentical(self,
a,
b,
msg)
| |
failUnlessIn(self,
a,
b,
msg)
| |
failUnlessRaises(self,
exc,
f,
*a,
**kw)
| |
will return a unique name that may be used as either a temporary directory or filename | |
DEPRECATED: just return a deferred from your test method and trial with do the Right Thing. | |
setUp(self)
| |
setUpClass(self)
| |
tearDown(self)
| |
tearDownClass(self)
| |
_mktGetCounter(self,
base)
| |
| Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
Implements |
__implemented__ = <implementedBy twisted.trial.unittest....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
mktemp(self)will return a unique name that may be used as either a temporary directory or filename
|
runReactor(self, timesOrSeconds, seconds=False)DEPRECATED: just return a deferred from your test method and trial with do the Right Thing. Alternatively, call twisted.trial.util.wait to block until the deferred fires. I'll iterate the reactor for a while. You probably want to use expectedAssertions with this.
|
| Class Variable Details |
|---|
__implemented__
|
__provides__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 16:22:13 2005 | http://epydoc.sf.net |