Class CollectionCreationTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class CollectionCreationTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Chris Povirk