Package | Description |
---|---|
org.jmock.lib.concurrent |
Classes to help test concurrent code with jMock.
|
org.jmock.lib.concurrent.internal |
Modifier and Type | Method and Description |
---|---|
private void |
Synchroniser.waitUntil(StatePredicate p,
Timeout timeout) |
Modifier and Type | Class and Description |
---|---|
class |
FixedTimeout
A Timeout of fixed duration from the time the FixedTimeout object is
instantiated.
|
class |
InfiniteTimeout
A Timeout that never times out.
|