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.
    Author:
    Chris Povirk