OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testnegativemaxelements
(Results
1 - 1
of
1
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java
153
public void
testNegativeMaxElements
() throws Exception {
155
testNegativeMaxElements
(q);
159
private void
testNegativeMaxElements
(BlockingQueue<Object> q) throws InterruptedException {
Completed in 71 milliseconds