java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<Map<K,V>, Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<Map<K,V>, Map.Entry<K,V>>
com.google.common.collect.testing.AbstractMapTester<K,V>
com.google.common.collect.testing.testers.MapPutAllTester<K,V>
- All Implemented Interfaces:
junit.framework.Test
@GwtCompatible(emulated=true)
@NullMarked
public class MapPutAllTester<K extends @Nullable Object, V extends @Nullable Object>
extends AbstractMapTester<K,V>
A generic JUnit test which tests
putAll operations on a map. Can't be invoked directly;
please see MapTestSuiteBuilder.- Author:
- Chris Povirk, Kevin Bourrillion
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractContainerTester
AbstractContainerTester.ArrayWithDuplicate<E> -
Field Summary
Fields inherited from class AbstractContainerTester
container, samples -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodReturns theMethodinstance fortestPutAll_nullKeyUnsupported()so that tests can suppress it withFeatureSpecificTestSuiteBuilder.suppressing()until JDK-5045147 is fixed.voidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class AbstractMapTester
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, v4Methods inherited from class AbstractContainerTester
createArrayWithDuplicateElement, createOrderedArray, createSamplesArray, e0, e1, e2, e3, e4, emptyCollection, expectAdded, expectAdded, expectAdded, expectContents, expectUnchanged, getNullLocation, getNumElements, getOrderedElements, getSampleElements, getSampleElements, resetContainer, resetContainerMethods inherited from class 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
-
MapPutAllTester
public MapPutAllTester()
-
-
Method Details
-
setUp
-
testPutAll_supportedNothing
-
testPutAll_unsupportedNothing
-
testPutAll_supportedNonePresent
-
testPutAll_unsupportedNonePresent
-
testPutAll_supportedSomePresent
-
testPutAllSomePresentConcurrentWithEntrySetIteration
-
testPutAll_unsupportedSomePresent
-
testPutAll_unsupportedAllPresent
-
testPutAll_nullKeySupported
-
testPutAll_nullKeyUnsupported
-
testPutAll_nullValueSupported
-
testPutAll_nullValueUnsupported
-
testPutAll_nullCollectionReference
-
getPutAllNullKeyUnsupportedMethod
Returns theMethodinstance fortestPutAll_nullKeyUnsupported()so that tests can suppress it withFeatureSpecificTestSuiteBuilder.suppressing()until JDK-5045147 is fixed.
-