Class CollectionIsEmptyTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class CollectionIsEmptyTester<E>
    extends AbstractCollectionTester<E>
    A generic JUnit test which tests isEmpty() operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
    • Constructor Detail

      • CollectionIsEmptyTester

        public CollectionIsEmptyTester()
    • Method Detail

      • testIsEmpty_yes

        public void testIsEmpty_yes()
      • testIsEmpty_no

        public void testIsEmpty_no()