Class TestsForQueuesInJavaUtil

java.lang.Object
com.google.common.collect.testing.TestsForQueuesInJavaUtil

@GwtIncompatible public class TestsForQueuesInJavaUtil extends Object
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 Details

    • TestsForQueuesInJavaUtil

      public TestsForQueuesInJavaUtil()
  • Method Details

    • suite

      public static junit.framework.Test suite()
    • allTests

      public junit.framework.Test allTests()
    • suppressForArrayDeque

      protected Collection<Method> suppressForArrayDeque()
    • suppressForLinkedList

      protected Collection<Method> suppressForLinkedList()
    • suppressForArrayBlockingQueue

      protected Collection<Method> suppressForArrayBlockingQueue()
    • suppressForConcurrentLinkedQueue

      protected Collection<Method> suppressForConcurrentLinkedQueue()
    • suppressForLinkedBlockingDeque

      protected Collection<Method> suppressForLinkedBlockingDeque()
    • suppressForLinkedBlockingQueue

      protected Collection<Method> suppressForLinkedBlockingQueue()
    • suppressForPriorityBlockingQueue

      protected Collection<Method> suppressForPriorityBlockingQueue()
    • suppressForPriorityQueue

      protected Collection<Method> 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()