- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDrain_throws (0.07 sec)
-
android/guava-tests/test/com/google/common/collect/QueuesTest.java
assertEquals(0, elements); assertThat(buf).isEmpty(); // Free the producer thread, and give subsequent tests a clean slate. q.take(); } public void testDrain_throws() throws Exception { for (BlockingQueue<Object> q : blockingQueues()) { checkDrainThrows(q); } } private void checkDrainThrows(BlockingQueue<Object> q) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 12.2K bytes - Viewed (0)