Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java153 public void testNegativeMaxElements() throws Exception { in testNegativeMaxElements() method in QueuesTest
155 testNegativeMaxElements(q); in testNegativeMaxElements()
159 private void testNegativeMaxElements(BlockingQueue<Object> q) throws InterruptedException { in testNegativeMaxElements() method in QueuesTest