t.t.i.ITestCase(zi.Interface) : interface documentation

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

Known implementations: twisted.trial._asyncrunner.TestDecorator, twisted.trial.runner.TestHolder

The interface that a test case must implement in order to be used in Trial.
Attribute failureException The exception class that is raised by failed assertions
Method __call__ Run the test. Should always do exactly the same thing as run().
Method countTestCases Return the number of tests in this test case. Usually 1.
Method id Return a unique identifier for the test, usually the fully-qualified Python name.
Method run Run the test, storing the results in result.
Method shortDescription Return a short description of the test.
failureException =
The exception class that is raised by failed assertions
def __call__(result): (source)
Run the test. Should always do exactly the same thing as run().
def countTestCases(): (source)
Return the number of tests in this test case. Usually 1.
def id(): (source)
Return a unique identifier for the test, usually the fully-qualified Python name.
def run(result): (source)
Run the test, storing the results in result.
ParametersresultA TestResult.
def shortDescription(): (source)
Return a short description of the test.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.