K
- The key type of the map implementation under test.V
- The value type of the map implementation under test.public class MapEntrySetTester<K,V> extends AbstractMapTester<K,V>
Map.entrySet()
.Modifier and Type | Class and Description |
---|---|
private static class |
MapEntrySetTester.IncomparableType |
AbstractContainerTester.ArrayWithDuplicate<E>
container, samples
Constructor and Description |
---|
MapEntrySetTester() |
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method |
getContainsEntryWithIncomparableKeyMethod() |
static java.lang.reflect.Method |
getContainsEntryWithIncomparableValueMethod() |
static java.lang.reflect.Method |
getSetValueMethod() |
static java.lang.reflect.Method |
getSetValueWithNullValuesAbsentMethod() |
static java.lang.reflect.Method |
getSetValueWithNullValuesPresentMethod() |
void |
testContainsEntryWithIncomparableKey() |
void |
testContainsEntryWithIncomparableValue() |
void |
testContainsEntryWithNullKeyAbsent() |
void |
testContainsEntryWithNullKeyPresent() |
void |
testContainsEntryWithNullValueAbsent() |
void |
testContainsEntryWithNullValuePresent() |
void |
testEntrySetIteratorRemove() |
void |
testSetValue() |
void |
testSetValueWithNullValuesAbsent() |
void |
testSetValueWithNullValuesPresent() |
actualContents, createArrayWithNullKey, createArrayWithNullValue, createDisjointCollection, entry, expectContents, expectMissing, expectMissingKeys, expectMissingValues, expectNullKeyMissingWhenNullKeysUnsupported, expectNullValueMissingWhenNullValuesUnsupported, expectReplacement, get, getKeyForNullValue, getMap, getNumEntries, getSampleEntries, getSampleEntries, getValueForNullKey, initMapWithNullKey, initMapWithNullValue, k0, k1, k2, k3, k4, resetMap, resetMap, v0, v1, v2, v3, v4
createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainer, setUp
getName, getSubjectGenerator, getTestMethodName, init, init, tearDown
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, run, run, runBare, runTest, setName, toString
public void testEntrySetIteratorRemove()
public void testContainsEntryWithIncomparableKey()
public void testContainsEntryWithIncomparableValue()
public void testContainsEntryWithNullKeyAbsent()
public void testContainsEntryWithNullKeyPresent()
public void testContainsEntryWithNullValueAbsent()
public void testContainsEntryWithNullValuePresent()
public void testSetValue()
public void testSetValueWithNullValuesPresent()
public void testSetValueWithNullValuesAbsent()
public static java.lang.reflect.Method getContainsEntryWithIncomparableKeyMethod()
public static java.lang.reflect.Method getContainsEntryWithIncomparableValueMethod()
public static java.lang.reflect.Method getSetValueMethod()
public static java.lang.reflect.Method getSetValueWithNullValuesPresentMethod()
public static java.lang.reflect.Method getSetValueWithNullValuesAbsentMethod()