Class MapIsEmptyTester<K,V>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MapIsEmptyTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests isEmpty() operations on a map. Can't be invoked directly; please see MapTestSuiteBuilder.
Author:
Kevin Bourrillion
  • Constructor Details

    • MapIsEmptyTester

      public MapIsEmptyTester()
  • Method Details

    • testIsEmpty_yes

      public void testIsEmpty_yes()
    • testIsEmpty_no

      public void testIsEmpty_no()