Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package test :: Module test_distinguishedname :: Class TestCaseWithKnownValues |
|
object
--+ |object
--+ | | |TestCase
--+ |_Assertions
--+ |TestCase
--+ | TestCaseWithKnownValues
LDAPDistinguishedName_Escaping
,
LDAPDistinguishedName_InitialSpaces
,
LDAPDistinguishedName_RFC2253_Examples
Method Summary | |
---|---|
testKnownValues(self)
| |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
will return a unique name that may be used as either a temporary directory or filename | |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
Call visitor.visitCase(self). | |
Inherited from TestCase | |
| |
| |
| |
Run the test without collecting errors in a TestResult | |
| |
| |
Hook method for setting up the test fixture before exercising it. | |
Hook method for deconstructing the test fixture after testing it. | |
Inherited from object | |
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.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
tuple |
knownValues = ()
|
Inherited from TestCase | |
Implements |
__implemented__ = <implementedBy twisted.trial.unittest....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from TestCase | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Class Variable Details |
---|
knownValues
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 26 13:54:32 2006 | http://epydoc.sf.net |