Class | Description |
---|---|
NoErrorsOrWarningsLogger | |
SdkTestCase |
Common test case for SDK unit tests.
|
SystemPropertyOverrides |
Utility to make it easier for tests to override system properties (instead of directly using
System.setProperty(String, String) ). |
TestUtils |
Utility methods to deal with loading the test data.
|
VirtualTimeDateProvider |
An implementation of
DateProvider that uses the virtual notion of time of a
VirtualTimeScheduler to provide a presentation of "now". |
VirtualTimeFuture<T> |
Future used by the
VirtualTimeScheduler to track the actions scheduled on it. |
VirtualTimeScheduler |
VirtualTimeScheduler is a ScheduledExecutorService that uses a virtual notion of time. |
Enum | Description |
---|---|
VirtualTimeRepeatKind |
Used in the
VirtualTimeScheduler and VirtualTimeFuture to determine if and how the scheduled
job should be repeated. |