Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package test :: Module test_distinguishedname :: Class RelativeDistinguishedName_Init |
|
object
--+ |object
--+ | | |TestCase
--+ |_Assertions
--+ |TestCase
--+ | RelativeDistinguishedName_Init
Method Summary | |
---|---|
testRDN(self)
| |
testString(self)
| |
Inherited from TestCase | |
Construct an asynchronous test case for methodName . | |
| |
| |
| |
| |
| |
| |
Remove stored errors received from the log. | |
Return the skip reason set on this test, if any is set. | |
Returns any warning suppressions set for this test. | |
Returns the timeout value set on this test. | |
Return a Todo object if the test is marked todo. | |
Returns a unique name that may be used as either a temporary directory or filename. | |
Run the test case, storing the results in result . | |
If no methodName argument is passed to the constructor,
run will treat this method as the thing
with the actual test inside. | |
Returns a one-line description of the test, or None if no description has been provided. | |
Visit this test case. | |
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 |
Instance Variable Summary | |
---|---|
Inherited from TestCase | |
forceGarbageCollection : If set to True, gc.collect() will be called before and
after the test. | |
skip : None or a string explaining why this test is to be
skipped. | |
suppress : None or a list of tuples of (args, kwargs)
to be passed to warnings.filterwarnings . | |
timeout : None or a real number of seconds. | |
todo : None , a string or a tuple of (errors,
reason) where errors is either an exception class or
an iterable of exception classes, and reason is a
string. |
Class Variable Summary | |
---|---|
Inherited from TestCase | |
Implements |
__implemented__ = <implementedBy twisted.trial.unittest....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from TestCase | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jan 24 20:46:22 2007 | http://epydoc.sf.net |