| Class | Description |
|---|---|
| CompositeClock |
Composite clock that returns answer from one of the clocks it builds upon, depending on the number of times it
was called already.
|
| ConstantClock |
Simple clock that returns a constant value given during construction.
|
| PeriodicClock |
A
Clock implementation that periodically increments the returned value. |
| QueryClocks |
Clock implementations for testing timed queries and conditions. |
| StrictMockClock |
A mock
Clock that will return predefined dates and will
throw exception, if called more times than the number of predefined values. |
Copyright © 2015 Atlassian. All rights reserved.