Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java155 public void testZeroElements() throws Exception { in testZeroElements() method in QueuesTest
157 testZeroElements(q); in testZeroElements()
161 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException { in testZeroElements() method in QueuesTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DQueuesTest.java155 public void testZeroElements() throws Exception { in testZeroElements() method in QueuesTest
157 testZeroElements(q); in testZeroElements()
161 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException { in testZeroElements() method in QueuesTest