Home
last modified time | relevance | path

Searched refs:testDrainUninterruptibly_doesNotThrow (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java187 public void testDrainUninterruptibly_doesNotThrow() throws Exception { in testDrainUninterruptibly_doesNotThrow() method in QueuesTest
189 testDrainUninterruptibly_doesNotThrow(q); in testDrainUninterruptibly_doesNotThrow()
193 private void testDrainUninterruptibly_doesNotThrow(final BlockingQueue<Object> q) { in testDrainUninterruptibly_doesNotThrow() method in QueuesTest