Package com.google.common.util.concurrent.testing
-
Class Summary Class Description AbstractListenableFutureTest Abstract test case parent for anything implementingListenableFuture.MockFutureListener A simple mock implementation ofRunnablethat 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 forExecutorServicefor testing.TestingExecutors.NoOpScheduledExecutorService TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>