public class MapRemoveEntryTester<K,V> extends AbstractMapTester<K,V>
Map.remove(Object, Object). Can't be invoked directly; please see MapTestSuiteBuilder.AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MapRemoveEntryTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testRemove_nullKeyQueriesUnsupported() |
void |
testRemove_nullValueQueriesUnsupported() |
void |
testRemove_supportedAbsentKeyAbsentValue() |
void |
testRemove_supportedPresent() |
void |
testRemove_supportedPresentKeyWrongValue() |
void |
testRemove_supportedWrongKeyPresentValue() |
void |
testRemove_unsupportedAbsent() |
void |
testRemove_unsupportedPresent() |
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, v4createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, 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 testRemove_supportedPresent()
public void testRemove_supportedPresentKeyWrongValue()
public void testRemove_supportedWrongKeyPresentValue()
public void testRemove_supportedAbsentKeyAbsentValue()
public void testRemove_nullKeyQueriesUnsupported()
public void testRemove_nullValueQueriesUnsupported()
public void testRemove_unsupportedPresent()
public void testRemove_unsupportedAbsent()