Class TestsForQueuesInJavaUtil
java.lang.Object
com.google.common.collect.testing.TestsForQueuesInJavaUtil
Generates a test suite covering the
Queue
implementations in the java.util
package. Can be subclassed to specify tests that should be suppressed.- Author:
- Jared Levy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjunit.framework.Test
allTests()
static junit.framework.Test
suite()
protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> protected Collection
<Method> junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
junit.framework.Test
-
Constructor Details
-
TestsForQueuesInJavaUtil
public TestsForQueuesInJavaUtil()
-
-
Method Details
-
suite
-
allTests
-
suppressForCheckedQueue
-
suppressForArrayDeque
-
suppressForLinkedList
-
suppressForArrayBlockingQueue
-
suppressForConcurrentLinkedDeque
-
suppressForConcurrentLinkedQueue
-
suppressForLinkedBlockingDeque
-
suppressForLinkedBlockingQueue
-
suppressForPriorityBlockingQueue
-
suppressForPriorityQueue
-
testsForCheckedQueue
-
testsForArrayDeque
-
testsForLinkedList
-
testsForArrayBlockingQueue
-
testsForConcurrentLinkedDeque
-
testsForConcurrentLinkedQueue
-
testsForLinkedBlockingDeque
-
testsForLinkedBlockingQueue
-
testsForPriorityBlockingQueue
-
testsForPriorityQueue
-