Class MapIsEmptyTester<K,​V>

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

      • MapIsEmptyTester

        public MapIsEmptyTester()
    • Method Detail

      • testIsEmpty_yes

        public void testIsEmpty_yes()
      • testIsEmpty_no

        public void testIsEmpty_no()