Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDrainUninterruptiblyDoesNotThrow (0.2 seconds)

  1. guava-tests/test/com/google/common/collect/QueuesTest.java

        }
      }
    
      public void testDrainUninterruptibly_doesNotThrow() throws Exception {
        for (BlockingQueue<Object> q : blockingQueues()) {
          testDrainUninterruptiblyDoesNotThrow(q);
        }
      }
    
      private void testDrainUninterruptiblyDoesNotThrow(BlockingQueue<Object> q) {
        Thread mainThread = currentThread();
        @SuppressWarnings("unused") // https://errorprone.info/bugpattern/FutureReturnValueIgnored
    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)
Back to Top