class documentation

class TestResultDecorator(proxyForInterface(itrial.IReporter, '_originalReporter')): (source)

Known subclasses: twisted.trial.reporter.UncleanWarningsReporterWrapper, twisted.trial.reporter._AdaptedReporter, twisted.trial.reporter._ExitWrapper

Implements interfaces: twisted.trial.itrial.IReporter

View In Hierarchy

Base class for TestResult decorators.
Instance Variable _originalReporter The wrapped instance of reporter.
_originalReporter: A provider of itrial.IReporter = (source)
The wrapped instance of reporter.