public class MapRemoveTester<K,V> extends AbstractMapTester<K,V>
remove operations on a map. Can't be invoked directly;
please see MapTestSuiteBuilder.AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MapRemoveTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testRemove_notPresent() |
void |
testRemove_nullPresent() |
void |
testRemove_nullQueriesNotSupported() |
void |
testRemove_nullSupportedMissing() |
void |
testRemove_present() |
void |
testRemove_unsupported() |
void |
testRemove_unsupportedNotPresent() |
void |
testRemove_wrongType() |
void |
testRemovePresentConcurrentWithEntrySetIteration() |
void |
testRemovePresentConcurrentWithKeySetIteration() |
void |
testRemovePresentConcurrentWithValuesIteration() |
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_present()
public void testRemovePresentConcurrentWithEntrySetIteration()
public void testRemovePresentConcurrentWithKeySetIteration()
public void testRemovePresentConcurrentWithValuesIteration()
public void testRemove_notPresent()
public void testRemove_nullPresent()
public void testRemove_unsupported()
public void testRemove_unsupportedNotPresent()
public void testRemove_nullQueriesNotSupported()
public void testRemove_nullSupportedMissing()
public void testRemove_wrongType()