Part of twisted.trial.runner View Source View In Hierarchy
Known subclasses: twisted.trial.runner.ErrorHolder
TestCase
inside a reporter. As far as a TestResult
is concerned, this looks exactly like a unit test.| Method | __init__ | |
| Method | __call__ | Undocumented |
| Method | id | Undocumented |
| Method | countTestCases | Undocumented |
| Method | run | This test is just a placeholder. Run the test successfully. |
| Method | shortDescription | Undocumented |
| Parameters | description | A string to be displayed TestResult. |
| Parameters | result | The TestResult to store the results in. (type: twisted.trial.itrial.IReporter.) |