java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.Multimap<K,V>, Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.Multimap<K,V>, Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K, V, com.google.common.collect.Multimap<K,V>>
com.google.common.collect.testing.google.MultimapPutTester<K,V>
- All Implemented Interfaces:
junit.framework.Test
@GwtCompatible
@NullMarked
public class MultimapPutTester<K extends @Nullable Object, V extends @Nullable Object>
extends AbstractMultimapTester<K, V, com.google.common.collect.Multimap<K,V>>
Tester for
Multimap.put(K, V).- Author:
- Louis Wasserman
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.testing.AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E extends @Nullable Object> -
Field Summary
Fields inherited from class com.google.common.collect.testing.AbstractContainerTester
container, samples -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.google.common.collect.testing.google.AbstractMultimapTester
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, v4Methods inherited from class com.google.common.collect.testing.AbstractContainerTester
createArrayWithDuplicateElement, createDisjointCollection, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectContents, expectMissing, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, setUpMethods inherited from class com.google.common.collect.testing.AbstractTester
assertNull, getName, getSubjectGenerator, getTestMethodName, init, init, tearDownMethods inherited from class junit.framework.TestCase
assertEquals, 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, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, runTest, setName, toString
-
Constructor Details
-
MultimapPutTester
public MultimapPutTester()
-
-
Method Details
-
testPutUnsupported
public void testPutUnsupported() -
testPutEmpty
public void testPutEmpty() -
testPutPresent
public void testPutPresent() -
testPutTwoElements
public void testPutTwoElements() -
testPutNullValue_supported
public void testPutNullValue_supported() -
testPutNullValue_unsupported
public void testPutNullValue_unsupported() -
testPutNullKey
public void testPutNullKey() -
testPutNotPresentKeyPropagatesToGet
public void testPutNotPresentKeyPropagatesToGet() -
testPutNotPresentKeyPropagatesToEntries
public void testPutNotPresentKeyPropagatesToEntries() -
testPutPresentKeyPropagatesToEntries
public void testPutPresentKeyPropagatesToEntries() -
testPutPresentKeyPropagatesToGet
public void testPutPresentKeyPropagatesToGet() -
testPutPresentKeyPropagatesToAsMapGet
public void testPutPresentKeyPropagatesToAsMapGet() -
testPutPresentKeyPropagatesToAsMapEntrySet
public void testPutPresentKeyPropagatesToAsMapEntrySet()
-