All Classes
-
All Classes Interface Summary Class Summary Class Description ConstantTimer TheConstantTimer
is aTimer
with a constant delay.LoadTest TheLoadTest
is a test decorator that runs a test with a simulated number of concurrent users and iterations.RandomTimer TheRandomTimer
is aTimer
with a random delay and a uniformly distributed variation.TestFactory TheTestFactory
class creates thread-localTestSuite
instances.TestMethodFactory TheTestMethodFactory
class is aTestFactory
that creates thread-localTestSuite
instances containing a specific test method of aTestCase
.ThreadBarrier TheThreadBarrier
class provides a callback method for threads to signal their completion.ThreadedTest TheThreadedTest
is a test decorator that runs a test in a separate thread.ThreadedTestGroup TheThreadedTestGroup
is aThreadGroup
that catches and handles exceptions thrown by threads created and started byThreadedTest
instances.TimedTest TheTimedTest
is a test decorator that runs a test and measures the elapsed time of the test.Timer TheTimer
interface defines the common interface implemented by all classes whose instances serve as pluggable timers.