Class TestsForQueuesInJavaUtil
java.lang.Object
com.google.common.collect.testing.TestsForQueuesInJavaUtil
-
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> 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
public static junit.framework.Test suite() -
allTests
public junit.framework.Test allTests() -
suppressForLinkedList
-
suppressForArrayBlockingQueue
-
suppressForConcurrentLinkedQueue
-
suppressForLinkedBlockingQueue
-
suppressForPriorityBlockingQueue
-
suppressForPriorityQueue
-
testsForLinkedList
public junit.framework.Test testsForLinkedList() -
testsForArrayBlockingQueue
public junit.framework.Test testsForArrayBlockingQueue() -
testsForConcurrentLinkedQueue
public junit.framework.Test testsForConcurrentLinkedQueue() -
testsForLinkedBlockingQueue
public junit.framework.Test testsForLinkedBlockingQueue() -
testsForPriorityBlockingQueue
public junit.framework.Test testsForPriorityBlockingQueue() -
testsForPriorityQueue
public junit.framework.Test testsForPriorityQueue()
-