Searched defs:testAddAll_self (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DSynchronousQueueTest.java95 public void testAddAll_self() { testAddAll_self(false); } method in class:SynchronousQueueTest
96 public void testAddAll_self_fair() { testAddAll_self(true); }
97 public void testAddAll_self(boolean fair) { method in class:SynchronousQueueTest

Completed in 20 milliseconds