Class ListAddAllTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

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

      • ListAddAllTester

        public ListAddAllTester()
    • Method Detail

      • testAddAll_supportedAllPresent

        public void testAddAll_supportedAllPresent()
      • testAddAll_unsupportedAllPresent

        public void testAddAll_unsupportedAllPresent()
      • testAddAll_withDuplicates

        public void testAddAll_withDuplicates()