Package 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.

See:
          Description

Class Summary
AsyncTest Specifies the test method to test the asynchronous methods against, and the options to support it.
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.
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.
 

Package net.groboclown.junit.jpda.v1 Description

A collection of classes to test for thread safety in classes, using Sun's JPDA debugging interface to control the processing of the thread.



Written under the LGPL