public class TestsForQueuesInJavaUtil extends Object
| Constructor and Description |
|---|
TestsForQueuesInJavaUtil() |
| Modifier and Type | Method and Description |
|---|---|
Test |
allTests() |
static Test |
suite() |
protected Collection<Method> |
suppressForArrayBlockingQueue() |
protected Collection<Method> |
suppressForConcurrentLinkedQueue() |
protected Collection<Method> |
suppressForLinkedBlockingQueue() |
protected Collection<Method> |
suppressForLinkedList() |
protected Collection<Method> |
suppressForPriorityBlockingQueue() |
protected Collection<Method> |
suppressForPriorityQueue() |
Test |
testsForArrayBlockingQueue() |
Test |
testsForConcurrentLinkedQueue() |
Test |
testsForLinkedBlockingQueue() |
Test |
testsForLinkedList() |
Test |
testsForPriorityBlockingQueue() |
Test |
testsForPriorityQueue() |
public static Test suite()
public Test allTests()
protected Collection<Method> suppressForLinkedList()
protected Collection<Method> suppressForArrayBlockingQueue()
protected Collection<Method> suppressForConcurrentLinkedQueue()
protected Collection<Method> suppressForLinkedBlockingQueue()
protected Collection<Method> suppressForPriorityBlockingQueue()
protected Collection<Method> suppressForPriorityQueue()
public Test testsForLinkedList()
public Test testsForArrayBlockingQueue()
public Test testsForConcurrentLinkedQueue()
public Test testsForLinkedBlockingQueue()
public Test testsForPriorityBlockingQueue()
public Test testsForPriorityQueue()