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

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

Completed in 71 milliseconds