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

/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java130 public void testZeroElements() throws Exception { method in class:QueuesTest
132 testZeroElements(q);
136 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException { method in class:QueuesTest

Completed in 1072 milliseconds