public class MultimapRemoveEntryTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Multimap.remove(Object, Object).AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MultimapRemoveEntryTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testRemoveAbsent() |
void |
testRemoveNullKeyAbsent() |
void |
testRemoveNullKeyForbidden() |
void |
testRemoveNullKeyPresent() |
void |
testRemoveNullValueAbsent() |
void |
testRemoveNullValueForbidden() |
void |
testRemoveNullValuePresent() |
void |
testRemovePresent() |
void |
testRemovePropagatesToAsMap() |
void |
testRemovePropagatesToAsMapEntrySet() |
void |
testRemovePropagatesToGet() |
actualContents, assertGet, assertGet, createArrayWithNullKey, createArrayWithNullKeyAndValue, createArrayWithNullValue, getKeyForNullValue, getValueForNullKey, initMultimapWithNullKey, initMultimapWithNullKeyAndValue, initMultimapWithNullValue, k0, k1, k2, k3, k4, multimap, resetCollection, resetContainer, resetContainer, sampleKeys, sampleValues, v0, v1, v2, v3, v4createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, 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 testRemoveAbsent()
public void testRemovePresent()
public void testRemoveNullKeyPresent()
public void testRemoveNullValuePresent()
public void testRemoveNullKeyAbsent()
public void testRemoveNullValueAbsent()
public void testRemoveNullValueForbidden()
public void testRemoveNullKeyForbidden()
public void testRemovePropagatesToGet()
public void testRemovePropagatesToAsMap()
public void testRemovePropagatesToAsMapEntrySet()