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
  • Constructor Details

    • ListRemoveAtIndexTester

      public ListRemoveAtIndexTester()
  • Method Details

    • testRemoveAtIndex_unsupported

      public void testRemoveAtIndex_unsupported()
    • testRemoveAtIndex_negative

      public void testRemoveAtIndex_negative()
    • testRemoveAtIndex_tooLarge

      public void testRemoveAtIndex_tooLarge()
    • testRemoveAtIndex_first

      public void testRemoveAtIndex_first()
    • testRemoveAtIndex_middle

      public void testRemoveAtIndex_middle()
    • testRemoveAtIndexConcurrentWithIteration

      public void testRemoveAtIndexConcurrentWithIteration()
    • testRemoveAtIndex_last

      public void testRemoveAtIndex_last()