com.google.common.collect.testing.testers
Class ListAddAllAtIndexTester<E>

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<C,E>>
              extended by com.google.common.collect.testing.AbstractContainerTester<Collection<E>,E>
                  extended by com.google.common.collect.testing.AbstractCollectionTester<E>
                      extended by com.google.common.collect.testing.testers.AbstractListTester<E>
                          extended by com.google.common.collect.testing.testers.ListAddAllAtIndexTester<E>
All Implemented Interfaces:
junit.framework.Test

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.

This class is GWT compatible.

Author:
Chris Povirk

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E>
 
Field Summary
 
Fields inherited from class com.google.common.collect.testing.AbstractCollectionTester
collection
 
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples
 
Constructor Summary
ListAddAllAtIndexTester()
           
 
Method Summary
 void testAddAllAtIndex_end()
           
 void testAddAllAtIndex_middle()
           
 void testAddAllAtIndex_negative()
           
 void testAddAllAtIndex_nullCollectionReference()
           
 void testAddAllAtIndex_nullSupported()
           
 void testAddAllAtIndex_nullUnsupported()
           
 void testAddAllAtIndex_supportedAllPresent()
           
 void testAddAllAtIndex_supportedNothing()
           
 void testAddAllAtIndex_supportedSomePresent()
           
 void testAddAllAtIndex_tooLarge()
           
 void testAddAllAtIndex_unsupportedAllPresent()
           
 void testAddAllAtIndex_unsupportedNothing()
           
 void testAddAllAtIndex_unsupportedSomePresent()
           
 void testAddAllAtIndex_withDuplicates()
           
 
Methods inherited from class com.google.common.collect.testing.testers.AbstractListTester
expectContents, getList
 
Methods inherited from class com.google.common.collect.testing.AbstractCollectionTester
actualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainer
 
Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createSamplesArray, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUp
 
Methods inherited from class com.google.common.collect.testing.AbstractTester
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()


Copyright © 2010-2011. All Rights Reserved.