class documentation
class _AdaptedReporter(TestResultDecorator): (source)
Constructor: _AdaptedReporter(original, testAdapter)
TestResult decorator that makes sure that addError only gets tests that have been adapted with a particular test adapter.
Method | __init__ |
Construct an _AdaptedReporter . |
Method | add |
See itrial.IReporter . |
Method | add |
See itrial.IReporter . |
Method | add |
See itrial.IReporter . |
Method | add |
See itrial.IReporter . |
Method | add |
See itrial.IReporter . |
Method | start |
See itrial.IReporter . |
Method | stop |
See itrial.IReporter . |
Instance Variable | test |
Undocumented |
Inherited from TestResultDecorator
:
Instance Variable | _original |
The wrapped instance of reporter. |
Construct an _AdaptedReporter
.
Parameters | |
original | An {itrial.IReporter}. |
test | A callable that returns an itrial.ITestCase . |
See itrial.IReporter
.
Parameters | |
test:A pyunit.TestCase . | Undocumented |
failure:A failure.Failure or AssertionError | Undocumented |
todo: A When todo is
| Undocumented |
See itrial.IReporter
.
Parameters | |
test:A pyunit.TestCase . | Undocumented |
todo: A When todo is
| Undocumented |