Package com.clarkware.junitperf


package com.clarkware.junitperf
  • Class
    Description
    The ConstantTimer is a Timer with a constant delay.
    The LoadTest is a test decorator that runs a test with a simulated number of concurrent users and iterations.
    The RandomTimer is a Timer with a random delay and a uniformly distributed variation.
    The TestFactory class creates thread-local TestSuite instances.
    The TestMethodFactory class is a TestFactory that creates thread-local TestSuite instances containing a specific test method of a TestCase.
    The ThreadBarrier class provides a callback method for threads to signal their completion.
    The ThreadedTest is a test decorator that runs a test in a separate thread.
    The ThreadedTestGroup is a ThreadGroup that catches and handles exceptions thrown by threads created and started by ThreadedTest instances.
    The TimedTest is a test decorator that runs a test and measures the elapsed time of the test.
    The Timer interface defines the common interface implemented by all classes whose instances serve as pluggable timers.