public class MapComputeIfAbsentTester<K,V> extends AbstractMapTester<K,V>
Map.computeIfAbsent(K, java.util.function.Function<? super K, ? extends V>). Can't be invoked directly; please
see MapTestSuiteBuilder.| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
MapComputeIfAbsentTester.ExpectedException |
AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MapComputeIfAbsentTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testComputeIfAbsent_functionReturnsNullNotInserted() |
void |
testComputeIfAbsent_functionThrows() |
void |
testComputeIfAbsent_nullKeySupported() |
void |
testComputeIfAbsent_nullKeyUnsupported() |
void |
testComputeIfAbsent_nullTreatedAsAbsent() |
void |
testComputeIfAbsent_supportedAbsent() |
void |
testComputeIfAbsent_supportedPresent() |
void |
testComputeIfAbsent_unsupportedAbsent() |
void |
testComputeIfAbsent_unsupportedPresentDifferentValue() |
void |
testComputeIfAbsent_unsupportedPresentExistingValue() |
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 testComputeIfAbsent_supportedAbsent()
public void testComputeIfAbsent_supportedPresent()
public void testComputeIfAbsent_functionReturnsNullNotInserted()
public void testComputeIfAbsent_nullTreatedAsAbsent()
public void testComputeIfAbsent_nullKeySupported()
public void testComputeIfAbsent_functionThrows()
public void testComputeIfAbsent_unsupportedAbsent()
public void testComputeIfAbsent_unsupportedPresentExistingValue()
public void testComputeIfAbsent_unsupportedPresentDifferentValue()
public void testComputeIfAbsent_nullKeyUnsupported()