Class CollectionClearTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    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.
    • Constructor Detail

      • CollectionClearTester

        public CollectionClearTester()
    • Method Detail

      • testClear

        public void testClear()
      • testClear_unsupported

        public void testClear_unsupported()
      • testClear_unsupportedByEmptyCollection

        public void testClear_unsupportedByEmptyCollection()
      • testClearConcurrentWithIteration

        public void testClearConcurrentWithIteration()