t.t.u.TestDecorator(components.proxyForInterface(itrial.ITestCase, '_originalTest')) : class documentation

Part of twisted.trial.unittest View Source View In Hierarchy

Known subclasses: twisted.trial.unittest._ForceGarbageCollectionDecorator, twisted.trial.unittest._PyUnitTestCaseAdapter

Implements interfaces: twisted.trial.itrial.ITestCase

Decorator for test cases.
Parameters_originalTestThe wrapped instance of test.
Method __call__ Run the unit test.
Method run Run the unit test.
def __call__(self, result): (source)
Run the unit test.
ParametersresultA TestResult object.
def run(self, result): (source)
Run the unit test.
ParametersresultA TestResult object.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.