Uses of Package
org.apache.qpid.junit.extensions

Packages that use org.apache.qpid.junit.extensions
org.apache.qpid.junit.extensions Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing test sizes for asymptotic performance measurements. 
org.apache.qpid.junit.extensions.listeners Listners for test statistics are defined in this package. 
 

Classes in org.apache.qpid.junit.extensions used by org.apache.qpid.junit.extensions
BaseThrottle
          Provides a base implementation of the non-waiting throttle checking method, using the system nano timer.
InstrumentedTest
          An InstrumentedTest is one which can supply some additional instrumentation on top of the pass/fail/error behaviour of normal junit tests.
SetupTaskAware
          SetupTaskAware is an interface that tests that can accept injectable setup tasks may implement.
ShutdownHookable
          Defines an interface that classes which supply shutdown hooks implement.
TestRunnerImprovedErrorHandling
          The TestRunner does not provide very good error handling.
Throttle
          Throttle is an interface that supplies a Throttle.throttle() method, that can only be called at the rate specified in a call to the Throttle.setRate(float) method.
TimingController
          A TimingController is a interface that a test that is aware of the fact that it is being timed can use to manage the timer.
TKTestResult
          TKTestResult extends TestResult in order to calculate test timings, to pass the variable integer parameter for parameterized test cases to those test cases and to introduce an optional delay before test starts.
TKTestRunner.TestDecoratorFactory
          TestDecoratorFactory is a factory for creating test decorators from tests.
WrappedSuiteTestDecorator
          WrappedSuiteTestDecorator is a test decorator that wraps a test suite, or another wrapped suite, but provides the same functionality for the TestDecorator.countTestCases() and TestSuite.testAt(int) methods as the underlying suite.
 

Classes in org.apache.qpid.junit.extensions used by org.apache.qpid.junit.extensions.listeners
ShutdownHookable
          Defines an interface that classes which supply shutdown hooks implement.
Throttle
          Throttle is an interface that supplies a Throttle.throttle() method, that can only be called at the rate specified in a call to the Throttle.setRate(float) method.
 



Licensed to the Apache Software Foundation