Class ListAddTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class ListAddTester<E>
    extends AbstractListTester<E>
    A generic JUnit test which tests add(Object) operations on a list. Can't be invoked directly; please see ListTestSuiteBuilder.
    • Constructor Detail

      • ListAddTester

        public ListAddTester()
    • Method Detail

      • testAdd_supportedPresent

        public void testAdd_supportedPresent()
      • testAdd_unsupportedPresent

        public void testAdd_unsupportedPresent()
      • testAdd_supportedNullPresent

        public void testAdd_supportedNullPresent()