Copyright 2002 Fourthought, Inc. (USA). Detailed license and copyright information: http://4suite.org/COPYRIGHT Project home, documentation, distributions: http://4suite.org/
Functions:
|
Exceptions used in TestSuite modules.
|
|
A class that uses Python's profiler to help TestModule know which
functions have been called in a particular module.
|
|
Provides the TestFunction class for wrapping functions.
|
|
Provides the TestLoader class for loading test modules or packages.
|
|
Provides the TestMode base class for testing modes.
|
|
Provides the TestModule class for wrapping modules/packages.
|
|
Provides the TestObject base class used in TestSuite modules.
|
|
Provides the TestSuite class, which represents the package(s) to test.
|
|
Provides the Tester class, which is the hub for all testing.
|