Part of twisted.trial.unittest View Source View In Hierarchy
TestResult
from the standard library's
unittest
so that it supports the extended result types from
Trial, and also supports twisted.python.failure.Failure
s
being passed to addError
and addFailure
.Method | __init__ | |
Method | startTest | Undocumented |
Method | stopTest | Undocumented |
Method | addFailure | Undocumented |
Method | addError | Undocumented |
Method | addSkip | Report the skip as a failure. |
Method | addUnexpectedSuccess | Report the unexpected success as a failure. |
Method | addExpectedFailure | Report the expected failure (i.e. todo) as a failure. |
Method | addSuccess | Undocumented |
Method | upDownError | Undocumented |
Method | _exc_info | Undocumented |
Method | _unsupported | Undocumented |