Package jconch.testing

A collection of useful utilities for testing concurrent and multithreaded code.

See:
          Description

Class Summary
Assert A collection of helpful concurrency based assert methods.
SerialExecutorService This ExecutorService never spawns any new threads, it always executes everything it can immedietely.
 

Package jconch.testing Description

A collection of useful utilities for testing concurrent and multithreaded code.