Class MapReplaceAllTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    public class MapReplaceAllTester<K,​V>
    extends AbstractMapTester<K,​V>
    A generic JUnit test which tests replaceAll() operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
    • Constructor Detail

      • MapReplaceAllTester

        public MapReplaceAllTester()
    • Method Detail

      • testReplaceAllRotate

        public void testReplaceAllRotate()
      • testReplaceAllPreservesOrder

        public void testReplaceAllPreservesOrder()
      • testReplaceAll_unsupported

        public void testReplaceAll_unsupported()
      • testReplaceAll_unsupportedByEmptyCollection

        public void testReplaceAll_unsupportedByEmptyCollection()
      • testReplaceAll_unsupportedNoOpFunction

        public void testReplaceAll_unsupportedNoOpFunction()