| Class | Description |
|---|---|
| AbstractCheckedFutureTest |
Test case to make sure the
CheckedFuture.checkedGet() and
CheckedFuture.checkedGet(long, TimeUnit) methods work correctly. |
| AbstractListenableFutureTest |
Abstract test case parent for anything implementing
ListenableFuture. |
| MockFutureListener |
A simple mock implementation of
Runnable that can be used for
testing ListenableFutures. |
| SameThreadScheduledExecutorService |
A ScheduledExecutorService that executes all scheduled actions immediately
in the calling thread.
|
| SameThreadScheduledExecutorService.ImmediateScheduledFuture<V> | |
| TestingExecutors |
Factory methods for
ExecutorService for testing. |
| TestingExecutors.NoOpScheduledExecutorService | |
| TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V> |