Class ConcurrentMapRemoveTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    public class ConcurrentMapRemoveTester<K,​V>
    extends AbstractMapTester<K,​V>
    Tester for ConcurrentMap.remove(java.lang.Object, java.lang.Object). Can't be invoked directly; please see ConcurrentMapTestSuiteBuilder.
    • Constructor Detail

      • ConcurrentMapRemoveTester

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