Class MapReplaceTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    public class MapReplaceTester<K,​V>
    extends AbstractMapTester<K,​V>
    A generic JUnit test which tests Map.replace(Object, Object). Can't be invoked directly; please see ConcurrentMapTestSuiteBuilder.
    • Constructor Detail

      • MapReplaceTester

        public MapReplaceTester()
    • Method Detail

      • testReplace_supportedPresent

        public void testReplace_supportedPresent()
      • testReplace_supportedPresentNoChange

        public void testReplace_supportedPresentNoChange()
      • testReplace_supportedAbsent

        public void testReplace_supportedAbsent()
      • testReplace_presentNullValueUnsupported

        public void testReplace_presentNullValueUnsupported()
      • testReplace_absentNullValueUnsupported

        public void testReplace_absentNullValueUnsupported()
      • testReplace_absentNullKeyUnsupported

        public void testReplace_absentNullKeyUnsupported()
      • testReplace_unsupportedPresent

        public void testReplace_unsupportedPresent()