class TestDecorator(components.proxyForInterface(itrial.ITestCase, '_originalTest')): (source)
Known subclasses: twisted.trial._asyncrunner._ForceGarbageCollectionDecorator
, twisted.trial._asyncrunner._PyUnitTestCaseAdapter
Implements interfaces: twisted.trial.itrial.ITestCase
Parameters | |
_originalTest | The wrapped instance of test. |