Uses of Package
net.groboclown.junit.jpda.v1

Packages that use net.groboclown.junit.jpda.v1
net.groboclown.junit.jpda.v1 A collection of classes to test for thread safety in classes, using Sun's JPDA debugging interface to control the processing of the thread. 
net.groboclown.junit.jpda.v1.tests   
 

Classes in net.groboclown.junit.jpda.v1 used by net.groboclown.junit.jpda.v1
AsyncTest
          Specifies the test method to test the asynchronous methods against, and the options to support it.
AsyncTest.AsyncRunner
           
AsyncTestController
          Sets up and monitors the progress of the AsyncTest implementation.
ConnectorFactory
          Creates a JpdaConnection to a VM using JDI (from JPDA).
MainThreadHandler
          Stores all knowledge of how to interact with the main thread for the AsyncTest.
MainThreadHandler.ThreadStartRequestListener
           
RemoteAsyncTestInstance
          Wrapper for easier access to an AsyncTest instance.
TestThreadHandler
          Iterates through an AsyncTest tester thread.
ThreadDeathRequestListener
          A helper for handling listening to a death of a particular thread.
 

Classes in net.groboclown.junit.jpda.v1 used by net.groboclown.junit.jpda.v1.tests
AsyncTest
          Specifies the test method to test the asynchronous methods against, and the options to support it.
 



Written under the LGPL