- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDrainUninterruptibly_doesNotThrow (0.14 seconds)
-
guava-tests/test/com/google/common/collect/QueuesTest.java
try { Queues.drain(q, ImmutableList.of(), 100, MAX_VALUE, NANOSECONDS); fail(); } catch (InterruptedException expected) { } } public void testDrainUninterruptibly_doesNotThrow() throws Exception { for (BlockingQueue<Object> q : blockingQueues()) { testDrainUninterruptiblyDoesNotThrow(q); } }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Nov 04 17:24:58 GMT 2025 - 12.6K bytes - Click Count (0)