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> 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
-
Constructor Details
-
TestsForQueuesInJavaUtil
public TestsForQueuesInJavaUtil()
-
-
Method Details
-
suite
public static junit.framework.Test suite() -
allTests
public junit.framework.Test allTests() -
suppressForArrayDeque
-
suppressForLinkedList
-
suppressForArrayBlockingQueue
-
suppressForConcurrentLinkedQueue
-
suppressForLinkedBlockingDeque
-
suppressForLinkedBlockingQueue
-
suppressForPriorityBlockingQueue
-
suppressForPriorityQueue
-
testsForArrayDeque
public junit.framework.Test testsForArrayDeque() -
testsForLinkedList
public junit.framework.Test testsForLinkedList() -
testsForArrayBlockingQueue
public junit.framework.Test testsForArrayBlockingQueue() -
testsForConcurrentLinkedQueue
public junit.framework.Test testsForConcurrentLinkedQueue() -
testsForLinkedBlockingDeque
public junit.framework.Test testsForLinkedBlockingDeque() -
testsForLinkedBlockingQueue
public junit.framework.Test testsForLinkedBlockingQueue() -
testsForPriorityBlockingQueue
public junit.framework.Test testsForPriorityBlockingQueue() -
testsForPriorityQueue
public junit.framework.Test testsForPriorityQueue()
-