Uses of Interface
org.apache.qpid.junit.extensions.ShutdownHookable

Packages that use ShutdownHookable
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. 
 

Uses of ShutdownHookable in org.apache.qpid.junit.extensions
 

Classes in org.apache.qpid.junit.extensions that implement ShutdownHookable
 class DurationTestDecorator
          A test decorator that runs a test repeatedly until a specified length of time has passed.
 class ScaledTestDecorator
          A test decorator that runs a test many times simultaneously in many threads.
 

Methods in org.apache.qpid.junit.extensions with parameters of type ShutdownHookable
protected  void TKTestRunner.registerShutdownHook(ShutdownHookable hookable)
          Registers the shutdown hook of a ShutdownHookable.
 

Uses of ShutdownHookable in org.apache.qpid.junit.extensions.listeners
 

Classes in org.apache.qpid.junit.extensions.listeners that implement ShutdownHookable
 class CSVTestListener
          CSVTestListener is both a test listener, a timings listener, a memory listener and a parameter listener.
 class XMLTestListener
          Listens for test results for a named test and outputs these in the standard JUnit XML format to the specified writer.
 



Licensed to the Apache Software Foundation