Uses of Class
org.apache.qpid.junit.extensions.BaseThrottle

Packages that use BaseThrottle
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 BaseThrottle in org.apache.qpid.junit.extensions
 

Subclasses of BaseThrottle in org.apache.qpid.junit.extensions
 class BatchedThrottle
          BatchedThrottle is a SleepThrottle that uses batching to achieve much higher throttling rates than a sleep throttle can.
 class SleepThrottle
          SleepThrottle is a Throttle implementation that generates short pauses using the thread sleep methods.
 



Licensed to the Apache Software Foundation