Class TestableQueues
- java.lang.Object
-
- org.opendaylight.infrautils.testutils.concurrent.TestableQueues
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
awaitEmpty(Queue<?> queue, long timeout, TimeUnit timeoutUnit)
Await for aQueue
to be empty.
-