Class MapEntrySetTester<K,V>

java.lang.Object
junit.framework.Assert
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>
Author:
Louis Wasserman
  • Constructor Details

    • MapEntrySetTester

      public MapEntrySetTester()
  • Method Details

    • 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()
    • testSetValueWithNullValuesPresent

      public void testSetValueWithNullValuesPresent()
    • testSetValueWithNullValuesAbsent

      public void testSetValueWithNullValuesAbsent()
    • getContainsEntryWithIncomparableKeyMethod

      @GwtIncompatible public static Method getContainsEntryWithIncomparableKeyMethod()
    • getContainsEntryWithIncomparableValueMethod

      @GwtIncompatible public static Method getContainsEntryWithIncomparableValueMethod()
    • getSetValueMethod

      @GwtIncompatible public static Method getSetValueMethod()
    • getSetValueWithNullValuesPresentMethod

      @GwtIncompatible public static Method getSetValueWithNullValuesPresentMethod()
    • getSetValueWithNullValuesAbsentMethod

      @GwtIncompatible public static Method getSetValueWithNullValuesAbsentMethod()