|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| 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. |
Classes to help test concurrent code with jMock.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||