Class MapClearTester<K,V>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapClearTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests clear() operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
George van den Driessche, Chris Povirk
  • Constructor Details

    • MapClearTester

      public MapClearTester()
  • Method Details

    • testClear

      public void testClear()
    • testClearConcurrentWithEntrySetIteration

      public void testClearConcurrentWithEntrySetIteration()
    • testClearConcurrentWithKeySetIteration

      public void testClearConcurrentWithKeySetIteration()
    • testClearConcurrentWithValuesIteration

      public void testClearConcurrentWithValuesIteration()
    • testClear_unsupported

      public void testClear_unsupported()
    • testClear_unsupportedByEmptyCollection

      public void testClear_unsupportedByEmptyCollection()