Class TestsForQueuesInJavaUtil


  • @GwtIncompatible
    public class TestsForQueuesInJavaUtil
    extends java.lang.Object
    Generates a test suite covering the Queue implementations in the java.util package. Can be subclassed to specify tests that should be suppressed.
    • Constructor Detail

      • TestsForQueuesInJavaUtil

        public TestsForQueuesInJavaUtil()
    • Method Detail

      • suite

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

        public junit.framework.Test allTests()
      • suppressForLinkedList

        protected java.util.Collection<java.lang.reflect.Method> suppressForLinkedList()
      • suppressForArrayBlockingQueue

        protected java.util.Collection<java.lang.reflect.Method> suppressForArrayBlockingQueue()
      • suppressForConcurrentLinkedQueue

        protected java.util.Collection<java.lang.reflect.Method> suppressForConcurrentLinkedQueue()
      • suppressForLinkedBlockingQueue

        protected java.util.Collection<java.lang.reflect.Method> suppressForLinkedBlockingQueue()
      • suppressForPriorityBlockingQueue

        protected java.util.Collection<java.lang.reflect.Method> suppressForPriorityBlockingQueue()
      • suppressForPriorityQueue

        protected java.util.Collection<java.lang.reflect.Method> 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()