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.
    • Constructor Detail

      • SetCreationTester

        public SetCreationTester()
    • Method Detail

      • testCreateWithDuplicates_nullDuplicatesNotRejected

        public void testCreateWithDuplicates_nullDuplicatesNotRejected()
      • testCreateWithDuplicates_nonNullDuplicatesNotRejected

        public void testCreateWithDuplicates_nonNullDuplicatesNotRejected()
      • testCreateWithDuplicates_nullDuplicatesRejected

        public void testCreateWithDuplicates_nullDuplicatesRejected()
      • testCreateWithDuplicates_nonNullDuplicatesRejected

        public void testCreateWithDuplicates_nonNullDuplicatesRejected()