Class CollectionClearTester<E>

All Implemented Interfaces:
junit.framework.Test

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

    • CollectionClearTester

      public CollectionClearTester()
  • Method Details

    • testClear

      public void testClear()
    • testClear_unsupported

      public void testClear_unsupported()
    • testClear_unsupportedByEmptyCollection

      public void testClear_unsupportedByEmptyCollection()
    • testClearConcurrentWithIteration

      public void testClearConcurrentWithIteration()