Class TestsForListsInJavaUtil


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

      • TestsForListsInJavaUtil

        public TestsForListsInJavaUtil()
    • Method Detail

      • suite

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

        public junit.framework.Test allTests()
      • suppressForEmptyList

        protected java.util.Collection<java.lang.reflect.Method> suppressForEmptyList()
      • suppressForSingletonList

        protected java.util.Collection<java.lang.reflect.Method> suppressForSingletonList()
      • suppressForArraysAsList

        protected java.util.Collection<java.lang.reflect.Method> suppressForArraysAsList()
      • suppressForArrayList

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

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

        protected java.util.Collection<java.lang.reflect.Method> suppressForCopyOnWriteArrayList()
      • suppressForUnmodifiableList

        protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableList()
      • suppressForCheckedList

        protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedList()
      • suppressForAbstractList

        protected java.util.Collection<java.lang.reflect.Method> suppressForAbstractList()
      • suppressForAbstractSequentialList

        protected java.util.Collection<java.lang.reflect.Method> suppressForAbstractSequentialList()
      • suppressForVector

        protected java.util.Collection<java.lang.reflect.Method> suppressForVector()
      • testsForEmptyList

        public junit.framework.Test testsForEmptyList()
      • testsForSingletonList

        public junit.framework.Test testsForSingletonList()
      • testsForArraysAsList

        public junit.framework.Test testsForArraysAsList()
      • testsForArrayList

        public junit.framework.Test testsForArrayList()
      • testsForLinkedList

        public junit.framework.Test testsForLinkedList()
      • testsForCopyOnWriteArrayList

        public junit.framework.Test testsForCopyOnWriteArrayList()
      • testsForUnmodifiableList

        public junit.framework.Test testsForUnmodifiableList()
      • testsForCheckedList

        public junit.framework.Test testsForCheckedList()
      • testsForAbstractList

        public junit.framework.Test testsForAbstractList()
      • testsForAbstractSequentialList

        public junit.framework.Test testsForAbstractSequentialList()