public class AbstractTestIterableMap.InnerTestMapIterator extends AbstractTestMapIterator
COLLECTIONS_MAJOR_VERSION
Constructor and Description |
---|
InnerTestMapIterator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
addSetValues()
The values to be used in the add and set tests.
|
java.util.Map |
getConfirmedMap()
Implement this method to return the confirmed map which contains the same
data as the iterator.
|
java.util.Map |
getMap()
Implement this method to return the map which contains the same data as the
iterator.
|
boolean |
isGetStructuralModify()
Whether the get operation on the map structurally modifies the map,
such as with LRUMap.
|
MapIterator |
makeEmptyMapIterator()
Implement this method to return a map iterator over an empty map.
|
MapIterator |
makeFullMapIterator()
Implement this method to return a map iterator over a map with elements.
|
boolean |
supportsRemove()
Whether or not we are testing an iterator that supports remove().
|
boolean |
supportsSetValue()
Whether or not we are testing an iterator that supports setValue().
|
void |
verify()
Allows subclasses to add complex cross verification
|
makeEmptyIterator, makeFullIterator, testEmptyMapIterator, testFullMapIterator, testMapIteratorRemoveGetKey, testMapIteratorRemoveGetValue, testMapIteratorSet, testMapIteratorSetRemoveSet, testRemove
makeObject, supportsEmptyIterator, supportsFullIterator, testEmptyIterator, testFullIterator
getCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDisk
clone, ignoredTests, makeSuite, toString
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown
public java.lang.Object[] addSetValues()
AbstractTestMapIterator
addSetValues
in class AbstractTestMapIterator
public boolean supportsRemove()
AbstractTestIterator
supportsRemove
in class AbstractTestIterator
public boolean isGetStructuralModify()
AbstractTestMapIterator
isGetStructuralModify
in class AbstractTestMapIterator
public boolean supportsSetValue()
AbstractTestMapIterator
supportsSetValue
in class AbstractTestMapIterator
public MapIterator makeEmptyMapIterator()
AbstractTestMapIterator
makeEmptyMapIterator
in class AbstractTestMapIterator
public MapIterator makeFullMapIterator()
AbstractTestMapIterator
makeFullMapIterator
in class AbstractTestMapIterator
public java.util.Map getMap()
AbstractTestMapIterator
getMap
in class AbstractTestMapIterator
public java.util.Map getConfirmedMap()
AbstractTestMapIterator
getConfirmedMap
in class AbstractTestMapIterator
public void verify()
AbstractTestIterator
verify
in class AbstractTestIterator
Copyright © 2001-1969 Apache Software Foundation. All Rights Reserved.