Part of twisted.trial._dist.workerreporter View Source View In Hierarchy
AMP
protocol's callRemote
method.Method | __init__ | |
Method | addSuccess | Send a success over. |
Method | addError | Send an error over. |
Method | addFailure | Send a Failure over. |
Method | addSkip | Send a skip over. |
Method | addExpectedFailure | Send an expected failure over. |
Method | addUnexpectedSuccess | Send an unexpected success over. |
Method | printSummary | Don't print a summary |
Method | _getFailure | Convert a sys.exc_info() -style tuple to a Failure , if
necessary. |
Method | _getFrames | Extract frames from a Failure instance. |
Inherited from TestResult:
Instance Variable | successes | count the number of successes achieved by the test run. (type: int ) |
Method | __repr__ | Undocumented |
Method | startTest | This must be called before the given test is commenced. |
Method | stopTest | This must be called after the given test is completed. |
Method | upDownError | Deprecated in Twisted 8.0. |
Method | cleanupErrors | Report an error that occurred during the cleanup between tests. |
Method | startSuite | Deprecated in Twisted 8.0. |
Method | endSuite | Deprecated in Twisted 8.0. |
Method | done | The test suite has finished running. |
Method | _getTime | Undocumented |
Parameters | ampProtocol | The communication channel with the trial distributed manager which collects
all test results. (type: AMP ) |