class _PyUnitTestCaseAdapter(TestDecorator): (source)
Known subclasses: twisted.trial._asyncrunner._BrokenIDTestCaseAdapter
Adapt from pyunit.TestCase to ITestCase.
Inherited from TestDecorator:
| Method | __call__ |
Run the unit test. |
| Method | run |
Run the unit test. |