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

Packages that use org.apache.qpid.junit.concurrency
org.apache.qpid.junit.concurrency Contains code to assist in testing concurrency issues using coordinated threads to present code under test with oportunities to expose concurrency bugs. 
 

Classes in org.apache.qpid.junit.concurrency used by org.apache.qpid.junit.concurrency
TestRunnable
          TestRunnable is an extension of java.util.Runnable that adds some features to make it easier to coordinate the activities of threads in such a way as to expose bugs in multi threaded code.
ThreadTestCoordinator
          ThreadTestCoordinator provides an array of binary latches that allows threads to wait for other threads or to send them a signal that allows them to continue running or to wait for another thread to signal them.
 



Licensed to the Apache Software Foundation