Class MapRemoveEntryTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    public class MapRemoveEntryTester<K,​V>
    extends AbstractMapTester<K,​V>
    Tester for Map.remove(Object, Object). Can't be invoked directly; please see MapTestSuiteBuilder.
    • Constructor Detail

      • MapRemoveEntryTester

        public MapRemoveEntryTester()
    • Method Detail

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