Class CollectionRemoveTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionRemoveTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests remove operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
George van den Driessche
  • Constructor Details

    • CollectionRemoveTester

      public CollectionRemoveTester()
  • Method Details

    • testRemove_present

      public void testRemove_present()
    • testRemovePresentConcurrentWithIteration

      public void testRemovePresentConcurrentWithIteration()
    • 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_nullNotSupported

      public void testRemove_nullNotSupported()
    • testRemove_nullAllowed

      public void testRemove_nullAllowed()
    • testIteratorRemove_unsupported

      public void testIteratorRemove_unsupported()
    • testRemove_wrongType

      public void testRemove_wrongType()