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

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

Known subclasses: twisted.trial.runner.ErrorHolder

Implements interfaces: twisted.trial.itrial.ITestCase

Placeholder for a TestCase inside a reporter. As far as a TestResult is concerned, this looks exactly like a unit test.
Method __init__
Method id Return a unique identifier for the test, usually the fully-qualified Python name.
Method shortDescription Return a short description of the test.
def __init__(self, description): (source)
ParametersdescriptionA string to be displayed TestResult.
def id(self): (source)
Return a unique identifier for the test, usually the fully-qualified Python name.
def shortDescription(self): (source)
Return a short description of the test.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.