Class MapRemoveTester<K,V>

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

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

    • MapRemoveTester

      public MapRemoveTester()
  • Method Details

    • testRemove_present

      public void testRemove_present()
    • testRemovePresentConcurrentWithEntrySetIteration

      public void testRemovePresentConcurrentWithEntrySetIteration()
    • testRemovePresentConcurrentWithKeySetIteration

      public void testRemovePresentConcurrentWithKeySetIteration()
    • testRemovePresentConcurrentWithValuesIteration

      public void testRemovePresentConcurrentWithValuesIteration()
    • testRemove_notPresent

      public void testRemove_notPresent()
    • testRemove_nullPresent

      public void testRemove_nullPresent()
    • testRemove_unsupported

      public void testRemove_unsupported()
    • testRemove_unsupportedNotPresent

      public void testRemove_unsupportedNotPresent()
    • testRemove_nullQueriesNotSupported

      public void testRemove_nullQueriesNotSupported()
    • testRemove_nullSupportedMissing

      public void testRemove_nullSupportedMissing()
    • testRemove_wrongType

      public void testRemove_wrongType()