Class CollectionRemoveAllTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionRemoveAllTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests removeAll operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
George van den Driessche, Chris Povirk