Class SetAddAllTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class SetAddAllTester<E>
    extends AbstractSetTester<E>
    A generic JUnit test which tests addAll operations on a set. Can't be invoked directly; please see SetTestSuiteBuilder.
    Author:
    Kevin Bourrillion