class DistReporter(proxyForInterface(IReporter)): (source)
Implements interfaces: twisted.trial.itrial.IReporter
| Method | __init__ |
Undocumented |
| Method | addError |
Queue error adding. |
| Method | addExpectedFailure |
Queue adding an unexpected failure. |
| Method | addFailure |
Queue adding a failure. |
| Method | addSkip |
Queue adding a skip. |
| Method | addSuccess |
Queue adding a success. |
| Method | addUnexpectedSuccess |
Queue adding an unexpected success. |
| Method | startTest |
Queue test starting. |
| Method | stopTest |
Queue stopping the test, then unroll the queue. |
| Instance Variable | running |
Undocumented |