t.t.r.TestHolder(object) : class documentation

Part of twisted.trial.runner View Source View In Hierarchy

Known subclasses: twisted.trial.runner.ErrorHolder

Placeholder for a TestCase inside a reporter. As far as a TestResult is concerned, this looks exactly like a unit test.
Method __init__
Method __call__ Undocumented
Method id Undocumented
Method countTestCases Undocumented
Method run This test is just a placeholder. Run the test successfully.
Method shortDescription Undocumented
def __init__(self, description): (source)
ParametersdescriptionA string to be displayed TestResult.
def __call__(self, result): (source)
Undocumented
def id(self): (source)
Undocumented
def countTestCases(self): (source)
Undocumented
def run(self, result): (source)
This test is just a placeholder. Run the test successfully.
ParametersresultThe TestResult to store the results in. (type: twisted.trial.itrial.IReporter.)
def shortDescription(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.