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

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

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

Implements interfaces: twisted.trial.itrial.ITestCase

Decorator for test cases.
Parameters_originalTestThe wrapped instance of test. (type: A provider of itrial.ITestCase)
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 2012-12-26 12:18:15.