class twisted.trial.unittest.TestDecorator(components.proxyForInterface(itrial.ITestCase, '_originalTest')): (source)
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. |