public class MultimapAsMapTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Multimap.asMap().AbstractContainerTester.ArrayWithDuplicate<E>container, samples| Constructor and Description |
|---|
MultimapAsMapTester() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAsMapEntrySetIteratorRemovePropagatesToMultimap() |
void |
testAsMapEntrySetReflectsPutDifferentKey() |
void |
testAsMapEntrySetReflectsPutSameKey() |
void |
testAsMapEntrySetRemovePropagatesToMultimap() |
void |
testAsMapGet() |
void |
testAsMapGetNullKeyAbsent() |
void |
testAsMapGetNullKeyPresent() |
void |
testAsMapGetNullKeyUnsupported() |
void |
testAsMapRemove() |
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 testAsMapGet()
public void testAsMapGetNullKeyPresent()
public void testAsMapGetNullKeyAbsent()
public void testAsMapGetNullKeyUnsupported()
public void testAsMapRemove()
public void testAsMapEntrySetReflectsPutSameKey()
public void testAsMapEntrySetReflectsPutDifferentKey()
public void testAsMapEntrySetRemovePropagatesToMultimap()
public void testAsMapEntrySetIteratorRemovePropagatesToMultimap()