Class TestsForMapsInJavaUtil

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

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

    • TestsForMapsInJavaUtil

      public TestsForMapsInJavaUtil()
  • Method Details

    • suite

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

      public junit.framework.Test allTests()
    • suppressForCheckedMap

      protected Collection<Method> suppressForCheckedMap()
    • suppressForCheckedSortedMap

      protected Collection<Method> suppressForCheckedSortedMap()
    • suppressForEmptyMap

      protected Collection<Method> suppressForEmptyMap()
    • suppressForSingletonMap

      protected Collection<Method> suppressForSingletonMap()
    • suppressForHashMap

      protected Collection<Method> suppressForHashMap()
    • suppressForHashtable

      protected Collection<Method> suppressForHashtable()
    • suppressForLinkedHashMap

      protected Collection<Method> suppressForLinkedHashMap()
    • suppressForTreeMapNatural

      protected Collection<Method> suppressForTreeMapNatural()
    • suppressForTreeMapWithComparator

      protected Collection<Method> suppressForTreeMapWithComparator()
    • suppressForUnmodifiableMap

      protected Collection<Method> suppressForUnmodifiableMap()
    • suppressForUnmodifiableSortedMap

      protected Collection<Method> suppressForUnmodifiableSortedMap()
    • suppressForEnumMap

      protected Collection<Method> suppressForEnumMap()
    • suppressForConcurrentHashMap

      protected Collection<Method> suppressForConcurrentHashMap()
    • suppressForConcurrentSkipListMap

      protected Collection<Method> suppressForConcurrentSkipListMap()
    • testsForCheckedMap

      public junit.framework.Test testsForCheckedMap()
    • testsForCheckedSortedMap

      public junit.framework.Test testsForCheckedSortedMap()
    • testsForEmptyMap

      public junit.framework.Test testsForEmptyMap()
    • testsForSingletonMap

      public junit.framework.Test testsForSingletonMap()
    • testsForHashMap

      public junit.framework.Test testsForHashMap()
    • testsForHashtable

      public junit.framework.Test testsForHashtable()
    • testsForLinkedHashMap

      public junit.framework.Test testsForLinkedHashMap()
    • testsForTreeMapNatural

      public junit.framework.Test testsForTreeMapNatural()
    • testsForTreeMapWithComparator

      public junit.framework.Test testsForTreeMapWithComparator()
    • testsForUnmodifiableMap

      public junit.framework.Test testsForUnmodifiableMap()
    • testsForUnmodifiableSortedMap

      public junit.framework.Test testsForUnmodifiableSortedMap()
    • testsForEnumMap

      public junit.framework.Test testsForEnumMap()
    • testsForConcurrentHashMap

      public junit.framework.Test testsForConcurrentHashMap()
    • testsForConcurrentSkipListMapNatural

      public junit.framework.Test testsForConcurrentSkipListMapNatural()
    • testsForConcurrentSkipListMapWithComparator

      public junit.framework.Test testsForConcurrentSkipListMapWithComparator()