Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java172 public void testDrain_throws() throws Exception { in testDrain_throws() method in QueuesTest
174 testDrain_throws(q); in testDrain_throws()
178 private void testDrain_throws(BlockingQueue<Object> q) { in testDrain_throws() method in QueuesTest