class documentation
Wrap a TestResult from the standard library's unittest so that it supports the extended result types from Trial, and also supports twisted.python.failure.Failures being passed to addError and addFailure.
| Method | __init__ |
No summary |
| Method | add |
Undocumented |
| Method | add |
Report the expected failure (i.e. todo) as a failure. |
| Method | add |
Undocumented |
| Method | add |
Report the skip as a failure. |
| Method | add |
Undocumented |
| Method | add |
Report the unexpected success as a failure. |
| Method | start |
Undocumented |
| Method | stop |
Undocumented |
| Method | up |
Undocumented |
| Instance Variable | original |
Undocumented |
| Method | _exc |
Undocumented |
| Method | _unsupported |
Undocumented |