The TestFactory class creates thread-local
TestSuite instances.
Constructs a TestFactory instance.
The TestMethodFactory class is a TestFactory
that creates thread-local TestSuite instances containing
a specific test method of a TestCase.
Constructs a TestMethodFactory instance.
The ThreadBarrier class provides a callback
method for threads to signal their completion.
Constructs a ThreadBarrier with the
specified number of threads to wait for.
The ThreadedTest is a test decorator that
runs a test in a separate thread.
Constructs a ThreadedTest to decorate the
specified test using the same thread group as the
current thread.
Constructs a ThreadedTest to decorate the
specified test using the specified thread group and
thread barrier.
The ThreadedTestGroup is a ThreadGroup
that catches and handles exceptions thrown by threads created
and started by ThreadedTest instances.
Constructs a ThreadedTestGroup for the
specified test.
The TimedTest is a test decorator that
runs a test and measures the elapsed time of the test.
Constructs a TimedTest to decorate the
specified test with the specified maximum elapsed time.
Constructs a TimedTest to decorate the
specified test with the specified maximum elapsed time.
The Timer interface defines the common interface
implemented by all classes whose instances serve as pluggable timers.
Returns the test description.
Returns the test description.
Returns the test description.