@GwtCompatible(emulated=true) public class ListListIteratorTester<E> extends AbstractListTester<E>
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, tearDowncountTestCases, createResult, run, run, runBare, runTest, setName, toStringassertEquals, 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, formatpublic void testListIterator_unmodifiable()
public void testListIterator_fullyModifiable()
public void testListIterator_tooLow()
public void testListIterator_tooHigh()
public void testListIterator_atSize()
@GwtIncompatible public static Method getListIteratorFullyModifiableMethod()
Method instance for
testListIterator_fullyModifiable() so that tests of
CopyOnWriteArraySet can suppress it with
FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug
6570575 is fixed.@GwtIncompatible public static Method getListIteratorUnmodifiableMethod()
Method instance for
testListIterator_unmodifiable() so that it can be suppressed in
GWT tests.Copyright © 2010-2016. All Rights Reserved.