Class MapReplaceAllTester<K,V>

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

@GwtCompatible 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.
Author:
Louis Wasserman
  • Constructor Details

    • MapReplaceAllTester

      public MapReplaceAllTester()
  • Method Details

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