Class ListRemoveAtIndexTester<E>

All Implemented Interfaces:
junit.framework.Test

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