Class MapSizeTester<K,V>

All Implemented Interfaces:
junit.framework.Test

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

    • MapSizeTester

      public MapSizeTester()
  • Method Details

    • testSize

      public void testSize()