Class MapEntrySetTester<K,​V>

  • Type Parameters:
    K - The key type of the map implementation under test.
    V - The value type of the map implementation under test.
    All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MapEntrySetTester<K,​V>
    extends AbstractMapTester<K,​V>
    Tests Map.entrySet().
    • Constructor Detail

      • MapEntrySetTester

        public MapEntrySetTester()
    • Method Detail

      • testEntrySetIteratorRemove

        public void testEntrySetIteratorRemove()
      • testContainsEntryWithIncomparableKey

        public void testContainsEntryWithIncomparableKey()
      • testContainsEntryWithIncomparableValue

        public void testContainsEntryWithIncomparableValue()
      • testContainsEntryWithNullKeyAbsent

        public void testContainsEntryWithNullKeyAbsent()
      • testContainsEntryWithNullKeyPresent

        public void testContainsEntryWithNullKeyPresent()
      • testContainsEntryWithNullValueAbsent

        public void testContainsEntryWithNullValueAbsent()
      • testContainsEntryWithNullValuePresent

        public void testContainsEntryWithNullValuePresent()
      • testSetValue

        public void testSetValue()
      • getContainsEntryWithIncomparableKeyMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getContainsEntryWithIncomparableKeyMethod()
      • getContainsEntryWithIncomparableValueMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getContainsEntryWithIncomparableValueMethod()
      • getSetValueMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getSetValueMethod()