java.lang.Cloneable
, junit.framework.Test
public class AbstractTestOrderedBidiMap.TestBidiOrderedMapIterator extends AbstractTestMapIterator
COLLECTIONS_MAJOR_VERSION
Constructor | Description |
---|---|
TestBidiOrderedMapIterator() |
Modifier and Type | Method | 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.
|
org.apache.commons.collections.MapIterator |
makeEmptyMapIterator() |
Implement this method to return a map iterator over an empty map.
|
org.apache.commons.collections.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
|
makeObject, supportsEmptyIterator, supportsFullIterator, testEmptyIterator, testFullIterator
isGetStructuralModify, makeEmptyIterator, makeFullIterator, testEmptyMapIterator, testFullMapIterator, testMapIteratorRemoveGetKey, testMapIteratorRemoveGetValue, testMapIteratorSet, testMapIteratorSetRemoveSet, testRemove
getCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDisk
clone, ignoredTests, makeSuite, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 supportsSetValue()
AbstractTestMapIterator
supportsSetValue
in class AbstractTestMapIterator
public org.apache.commons.collections.MapIterator makeEmptyMapIterator()
AbstractTestMapIterator
makeEmptyMapIterator
in class AbstractTestMapIterator
public org.apache.commons.collections.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-2018 Apache Software Foundation. All Rights Reserved.