Class TestsForMapsInJavaUtil


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

      • TestsForMapsInJavaUtil

        public TestsForMapsInJavaUtil()
    • Method Detail

      • suite

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

        public junit.framework.Test allTests()
      • suppressForCheckedMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedMap()
      • suppressForCheckedSortedMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForCheckedSortedMap()
      • suppressForEmptyMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForEmptyMap()
      • suppressForSingletonMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForSingletonMap()
      • suppressForHashMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForHashMap()
      • suppressForHashtable

        protected java.util.Collection<java.lang.reflect.Method> suppressForHashtable()
      • suppressForLinkedHashMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForLinkedHashMap()
      • suppressForTreeMapNatural

        protected java.util.Collection<java.lang.reflect.Method> suppressForTreeMapNatural()
      • suppressForTreeMapWithComparator

        protected java.util.Collection<java.lang.reflect.Method> suppressForTreeMapWithComparator()
      • suppressForUnmodifiableMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableMap()
      • suppressForUnmodifiableSortedMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForUnmodifiableSortedMap()
      • suppressForEnumMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForEnumMap()
      • suppressForConcurrentHashMap

        protected java.util.Collection<java.lang.reflect.Method> suppressForConcurrentHashMap()
      • suppressForConcurrentSkipListMap

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