All Classes
-
All Classes Interface Summary Class Summary Class Description ConstantTimer TheConstantTimeris aTimerwith a constant delay.LoadTest TheLoadTestis a test decorator that runs a test with a simulated number of concurrent users and iterations.RandomTimer TheRandomTimeris aTimerwith a random delay and a uniformly distributed variation.TestFactory TheTestFactoryclass creates thread-localTestSuiteinstances.TestMethodFactory TheTestMethodFactoryclass is aTestFactorythat creates thread-localTestSuiteinstances containing a specific test method of aTestCase.ThreadBarrier TheThreadBarrierclass provides a callback method for threads to signal their completion.ThreadedTest TheThreadedTestis a test decorator that runs a test in a separate thread.ThreadedTestGroup TheThreadedTestGroupis aThreadGroupthat catches and handles exceptions thrown by threads created and started byThreadedTestinstances.TimedTest TheTimedTestis a test decorator that runs a test and measures the elapsed time of the test.Timer TheTimerinterface defines the common interface implemented by all classes whose instances serve as pluggable timers.