twisted.trial.unittest.TestDecorator(components.proxyForInterface(itrial.ITestCase, '_originalTest'))
class documentationtwisted.trial.unittest
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 | _originalTest | The wrapped instance of test. (type: A provider of itrial.ITestCase ) |