| Class | Description |
|---|---|
| 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> |