Class ListAddAllAtIndexTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class ListAddAllAtIndexTester<E>
    extends AbstractListTester<E>
    A generic JUnit test which tests addAll(int, Collection) operations on a list. Can't be invoked directly; please see ListTestSuiteBuilder.
    • Constructor Detail

      • ListAddAllAtIndexTester

        public ListAddAllAtIndexTester()
    • Method Detail

      • testAddAllAtIndex_supportedAllPresent

        public void testAddAllAtIndex_supportedAllPresent()
      • testAddAllAtIndex_unsupportedAllPresent

        public void testAddAllAtIndex_unsupportedAllPresent()
      • testAddAllAtIndex_supportedSomePresent

        public void testAddAllAtIndex_supportedSomePresent()
      • testAddAllAtIndex_unsupportedSomePresent

        public void testAddAllAtIndex_unsupportedSomePresent()
      • testAddAllAtIndex_supportedNothing

        public void testAddAllAtIndex_supportedNothing()
      • testAddAllAtIndex_unsupportedNothing

        public void testAddAllAtIndex_unsupportedNothing()
      • testAddAllAtIndex_withDuplicates

        public void testAddAllAtIndex_withDuplicates()
      • testAddAllAtIndex_nullSupported

        public void testAddAllAtIndex_nullSupported()
      • testAddAllAtIndex_nullUnsupported

        public void testAddAllAtIndex_nullUnsupported()
      • testAddAllAtIndex_middle

        public void testAddAllAtIndex_middle()
      • testAddAllAtIndex_end

        public void testAddAllAtIndex_end()
      • testAddAllAtIndex_nullCollectionReference

        public void testAddAllAtIndex_nullCollectionReference()
      • testAddAllAtIndex_negative

        public void testAddAllAtIndex_negative()
      • testAddAllAtIndex_tooLarge

        public void testAddAllAtIndex_tooLarge()