Class CollectionSizeTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionSizeTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests size() operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Kevin Bourrillion
  • Constructor Details

    • CollectionSizeTester

      public CollectionSizeTester()
  • Method Details

    • testSize

      public void testSize()