twisted.trial._dist.distreporter.DistReporter(proxyForInterface(IReporter))
class documentationtwisted.trial._dist.distreporter
View Source
(View In Hierarchy)
Implements interfaces: twisted.trial.itrial.IReporter
See module docstring.
Method | __init__ | Undocumented |
Method | startTest | Queue test starting. |
Method | addFailure | Queue adding a failure. |
Method | addError | Queue error adding. |
Method | addSkip | Queue adding a skip. |
Method | addUnexpectedSuccess | Queue adding an unexpected success. |
Method | addExpectedFailure | Queue adding an unexpected failure. |
Method | addSuccess | Queue adding a success. |
Method | stopTest | Queue stopping the test, then unroll the queue. |