Part of twisted.trial.runner View Source View In Hierarchy
Known subclasses: twisted.trial.runner.ErrorHolder
Implements interfaces: twisted.trial.itrial.ITestCase
TestCase
inside a reporter. As far as a TestResult
is concerned, this looks exactly like a unit test.
| Method | __init__ | |
| Method | id | Return a unique identifier for the test, usually the fully-qualified Python name. |
| Method | shortDescription | Return a short description of the test. |
| Parameters | description | A string to be displayed TestResult.
|