Class ListToArrayTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class ListToArrayTester<E> extends AbstractListTester<E>
A generic JUnit test which tests toArray() operations on a list. Can't be invoked directly; please see ListTestSuiteBuilder.
Author:
Chris Povirk
  • Constructor Details

    • ListToArrayTester

      public ListToArrayTester()
  • Method Details

    • testToArray_noArg

      public void testToArray_noArg()
    • testToArray_tooSmall

      public void testToArray_tooSmall()
    • testToArray_largeEnough

      public void testToArray_largeEnough()