Class SetCreationTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class SetCreationTester<E> extends AbstractSetTester<E>
A generic JUnit test which tests creation (typically through a constructor or static factory method) of a set. Can't be invoked directly; please see SetTestSuiteBuilder.
Author:
Chris Povirk