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.
Author:
Chris Povirk
  • Constructor Details

    • ListCreationTester

      public ListCreationTester()
  • Method Details

    • testCreateWithDuplicates

      public void testCreateWithDuplicates()