Class TestsForListsInJavaUtil

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

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

    • TestsForListsInJavaUtil

      public TestsForListsInJavaUtil()
  • Method Details

    • suite

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

      public junit.framework.Test allTests()
    • suppressForEmptyList

      protected Collection<Method> suppressForEmptyList()
    • suppressForSingletonList

      protected Collection<Method> suppressForSingletonList()
    • suppressForArraysAsList

      protected Collection<Method> suppressForArraysAsList()
    • suppressForArrayList

      protected Collection<Method> suppressForArrayList()
    • suppressForLinkedList

      protected Collection<Method> suppressForLinkedList()
    • suppressForCopyOnWriteArrayList

      protected Collection<Method> suppressForCopyOnWriteArrayList()
    • suppressForUnmodifiableList

      protected Collection<Method> suppressForUnmodifiableList()
    • suppressForCheckedList

      protected Collection<Method> suppressForCheckedList()
    • suppressForAbstractList

      protected Collection<Method> suppressForAbstractList()
    • suppressForAbstractSequentialList

      protected Collection<Method> suppressForAbstractSequentialList()
    • suppressForVector

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