Package org.jmock.lib.concurrent

Class Summary
Blitzer A class that "blitzes" an object by calling it many times, from multiple threads.
DeterministicExecutor An Executor that executes commands on the thread that calls runPendingCommands or runUntilIdle.
DeterministicScheduler A ScheduledExecutorService that executes commands on the thread that calls runNextPendingCommand, runUntilIdle or tick.
Synchroniser A ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronise with background threads.
 

Exception Summary
UnsupportedSynchronousOperationException Thrown to report that a DeterministicScheduler has been asked to perform a blocking wait, which is not supported.
 



Copyright © 2003-2012 jMock. All Rights Reserved.