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 java.lang.reflect.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 java.lang.reflect.Method |
getListIteratorUnmodifiableMethod()
Returns the
Method instance for testListIterator_unmodifiable() so that it can
be suppressed in GWT tests. |
private void |
runListIteratorTest(java.util.Set<IteratorFeature> features) |
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()
private void runListIteratorTest(java.util.Set<IteratorFeature> features)
public void testListIterator_tooLow()
public void testListIterator_tooHigh()
public void testListIterator_atSize()
public static java.lang.reflect.Method getListIteratorFullyModifiableMethod()
Method instance for testListIterator_fullyModifiable() so that
tests of CopyOnWriteArraySet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed.public static java.lang.reflect.Method getListIteratorUnmodifiableMethod()
Method instance for testListIterator_unmodifiable() so that it can
be suppressed in GWT tests.