public class MultimapEntriesTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Multimap.entries.AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MultimapEntriesTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testContainsEntryWithNullKeyAbsent() |
void |
testContainsEntryWithNullKeyPresent() |
void |
testContainsEntryWithNullValueAbsent() |
void |
testContainsEntryWithNullValuePresent() |
void |
testEntries() |
void |
testEntriesRemainValidAfterRemove() |
void |
testIteratorRemovePropagatesToMultimap() |
void |
testRemoveAllPropagatesToMultimap() |
void |
testRemovePropagatesToMultimap() |
void |
testRetainAllPropagatesToMultimap() |
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 testEntries()
public void testContainsEntryWithNullKeyPresent()
public void testContainsEntryWithNullKeyAbsent()
public void testContainsEntryWithNullValuePresent()
public void testContainsEntryWithNullValueAbsent()
public void testRemovePropagatesToMultimap()
public void testRemoveAllPropagatesToMultimap()
public void testRetainAllPropagatesToMultimap()
public void testIteratorRemovePropagatesToMultimap()
public void testEntriesRemainValidAfterRemove()