| Class | Description |
|---|---|
| DeterministicExecutor | |
| DeterministicScheduler |
A
ScheduledExecutorService that executes commands on the thread that calls
runNextPendingCommand, runUntilIdle or
tick. |
| Exception | Description |
|---|---|
| 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.