32333435363738
{ @Test public void testSerial() throws InterruptedException { testSerial(new WaitQueue()); }
71727374757677
@Test public void testCondition1() throws InterruptedException { testCondition1(new WaitQueue()); }
111112113114115116117
} @Test public void testCondition2() throws InterruptedException { testCondition2(new WaitQueue()); }