Class CollectionAddTester<E>

All Implemented Interfaces:
junit.framework.Test

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