Public Member Functions

ServiceTestSuite Class Reference

Public Member Functions

def __init__
def __call__
def addTest
def run

Detailed Description

A test suite is a composite test consisting of a number of TestCases.

For use, create an instance of TestSuite, then add test case instances.
When all tests have been added, the suite can be passed to a test
runner, such as TextTestRunner. It will run the individual test cases
in the order in which they were added, aggregating the results. When
subclassing, do not forget to call the base class constructor.

Definition at line 366 of file ServiceTest.py.


The documentation for this class was generated from the following file: