Class CollectionAddAllTester<E extends @Nullable java.lang.Object>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible(emulated=true)
    public class CollectionAddAllTester<E extends @Nullable java.lang.Object>
    extends AbstractCollectionTester<E>
    A generic JUnit test which tests addAll operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
    Author:
    Chris Povirk, Kevin Bourrillion