Class ListCreationTester<E>

All Implemented Interfaces:
junit.framework.Test

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 Details

    • ListCreationTester

      public ListCreationTester()
  • Method Details

    • testCreateWithDuplicates

      public void testCreateWithDuplicates()