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

Packages that use org.apache.qpid.junit.extensions.listeners
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.listeners used by org.apache.qpid.junit.extensions
TKTestListener
          TKTestListener is a listener interface for listeners that want to be informed of the run times of tests, the memory usage of tests, the 'size' parameters of parameterized tests and the begin and end events of complete test runs.
 

Classes in org.apache.qpid.junit.extensions.listeners used by org.apache.qpid.junit.extensions.listeners
TKTestListener
          TKTestListener is a listener interface for listeners that want to be informed of the run times of tests, the memory usage of tests, the 'size' parameters of parameterized tests and the begin and end events of complete test runs.
XMLTestListener.Result
          Used to capture the results of a particular test run.
 



Licensed to the Apache Software Foundation