@NonNullByDefault
Package org.opendaylight.infrautils.testutils.concurrent
This package contains classes designed to help test concurrent aspects of target code.
-
Class Summary Class Description AwaitableExecutorService Executable service wrapper allowing callers to await completion.CompletionStageTestAwaiter<T> Test utility to await the completion of aCompletionStage
.SlowExecutor AnExecutor
that is intentionally slow.TestableQueues Utility for tests to be able await aQueue
becoming empty.