Class MapRemoveEntryTester<K,V>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapRemoveEntryTester<K,V> extends AbstractMapTester<K,V>
Tester for Map.remove(Object, Object). Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
Louis Wasserman
  • Constructor Details

    • MapRemoveEntryTester

      public MapRemoveEntryTester()
  • Method Details

    • testRemove_supportedPresent

      public void testRemove_supportedPresent()
    • testRemove_supportedPresentKeyWrongValue

      public void testRemove_supportedPresentKeyWrongValue()
    • testRemove_supportedWrongKeyPresentValue

      public void testRemove_supportedWrongKeyPresentValue()
    • testRemove_supportedAbsentKeyAbsentValue

      public void testRemove_supportedAbsentKeyAbsentValue()
    • testRemove_nullKeyQueriesUnsupported

      public void testRemove_nullKeyQueriesUnsupported()
    • testRemove_nullValueQueriesUnsupported

      public void testRemove_nullValueQueriesUnsupported()
    • testRemove_unsupportedPresent

      public void testRemove_unsupportedPresent()
    • testRemove_unsupportedAbsent

      public void testRemove_unsupportedAbsent()