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

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

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

Methods in org.apache.qpid.junit.extensions that return TimingController
 TimingController TimingController.getControllerForCurrentThread()
          Gets the timing controller associated with the current test thread.
 

Methods in org.apache.qpid.junit.extensions with parameters of type TimingController
 void TimingControllerAware.setTimingController(TimingController controller)
          Used by test runners that can supply a TimingController to set the controller on an aware test.
 



Licensed to the Apache Software Foundation