public class NonblockingQueueTestCase extends Queue4TestCaseBase
| Constructor and Description |
|---|
NonblockingQueueTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
testIterator() |
void |
testIteratorThrowsOnConcurrentModification() |
void |
testNext() |
void |
testNextMatching() |
void |
testNextMatchingFailure() |
void |
testNextMatchingOnEmptyQueue() |
assertIteratorpublic void testIterator()
public void testIteratorThrowsOnConcurrentModification()
public void testNextMatchingFailure()
public void testNextMatchingOnEmptyQueue()
public void testNextMatching()
public void testNext()