Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDrain_throws (0.07 sec)

  1. 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)
Back to top