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

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

Completed in 21 milliseconds