Class ListCreationTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class ListCreationTester<E>
    extends AbstractListTester<E>
    A generic JUnit test which tests creation (typically through a constructor or static factory method) of a list. Can't be invoked directly; please see ListTestSuiteBuilder.
    • Constructor Detail

      • ListCreationTester

        public ListCreationTester()
    • Method Detail

      • testCreateWithDuplicates

        public void testCreateWithDuplicates()