Class CollectionRemoveTester<E>

All Implemented Interfaces:
junit.framework.Test

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