|
||||||||
PREV NEXT | FRAMES NO FRAMES |
ConstantTimer
is a Timer
with a constant delay.ConstantTimer
with the
specified delay.
LoadTest
is a test decorator that runs
a test with a simulated number of concurrent users and
iterations.LoadTest
to decorate
the specified test using the specified number
of concurrent users and a delay of 0 ms.
LoadTest
to decorate
the specified test using the specified number
of concurrent users, number of iterations per
user, and a delay of 0 ms.
LoadTest
to decorate
the specified test using the specified number
of concurrent users, number of iterations per
user, and delay timer.
LoadTest
to decorate
the specified test using the specified number
of concurrent users and delay timer.
RandomTimer
is a Timer
with a random delay and a uniformly distributed variation.RandomTimer
with the
specified average delay and variation.
Test
class and
collects its result in the specified TestResult
.
TestFactory
class creates thread-local
TestSuite
instances.TestFactory
instances.
ThreadBarrier
class provides a callback
method for threads to signal their completion.ThreadBarrier
with the
specified number of threads to wait for.
ThreadedTest
is a test decorator that
runs a test in a separate thread.ThreadedTest
to decorate the
specified test using the same thread group as the
current thread.
ThreadedTest
to decorate the
specified test using the specified thread group and
thread barrier.
ThreadedTestGroup
is a ThreadGroup
that catches and handles exceptions thrown by threads created
and started by ThreadedTest
instances.ThreadedTestGroup
for the
specified test.
TimedTest
is a test decorator that
runs a test and measures the elapsed time of the test.TimedTest
to decorate the
specified test with the specified maximum elapsed time.
TimedTest
to decorate the
specified test with the specified maximum elapsed time.
Timer
interface defines the
common interface implemented by all classes
whose instances serve as pluggable timers.ThreadedTestGroup
to complete.
ThreadedTest
instances
to complete.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |