@GwtCompatible(emulated=true) public class ListListIteratorTester<E> extends AbstractListTester<E>
A generic JUnit test which tests listIterator operations on a list. Can’t be invoked directly; please see ListTestSuiteBuilder.
AbstractContainerTester.ArrayWithDuplicate<E>collectioncontainer, samples| Constructor and Description |
|---|
ListListIteratorTester() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getListIteratorFullyModifiableMethod()
Returns the
Method instance for testListIterator_fullyModifiable() so that tests of CopyOnWriteArraySet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed. |
static Method |
getListIteratorUnmodifiableMethod()
Returns the
Method instance for testListIterator_unmodifiable() so that it can be suppressed in GWT tests. |
void |
testListIterator_atSize() |
void |
testListIterator_fullyModifiable() |
void |
testListIterator_tooHigh() |
void |
testListIterator_tooLow() |
void |
testListIterator_unmodifiable() |
expectContents, getListactualContents, createArrayWithNullElement, expectNullMissingWhenNullUnsupported, initCollectionWithNullElement, resetCollection, resetContainercreateArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUpgetName, getSubjectGenerator, getTestMethodName, init, init, tearDownassertEquals, 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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, runTest, setName, toStringpublic void testListIterator_unmodifiable()
public void testListIterator_fullyModifiable()
public void testListIterator_tooLow()
public void testListIterator_tooHigh()
public void testListIterator_atSize()
@GwtIncompatible(value="reflection") public static Method getListIteratorFullyModifiableMethod()
Returns the Method instance for testListIterator_fullyModifiable() so that tests of CopyOnWriteArraySet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed.
@GwtIncompatible(value="reflection") public static Method getListIteratorUnmodifiableMethod()
Returns the Method instance for testListIterator_unmodifiable() so that it can be suppressed in GWT tests.