Uses of Annotation Type
com.google.common.collect.testing.features.MapFeature.Require
Packages that use MapFeature.Require
Package
Description
-
Uses of MapFeature.Require in com.google.common.collect.testing.google
Methods in com.google.common.collect.testing.google with annotations of type MapFeature.RequireModifier and TypeMethodDescriptionvoid
BiMapPutTester.putDistinctKeysDistinctValues()
void
MultimapAsMapGetTester.testAddNullValue()
void
MultimapAsMapGetTester.testAddNullValueUnsupported()
void
MultimapAsMapTester.testAsMapEntrySetReflectsPutDifferentKey()
void
MultimapAsMapTester.testAsMapEntrySetReflectsPutSameKey()
void
MultimapAsMapTester.testAsMapEntrySetRemovePropagatesToMultimap()
void
MultimapAsMapTester.testAsMapGetNullKeyAbsent()
void
MultimapAsMapTester.testAsMapGetNullKeyPresent()
void
MultimapAsMapTester.testAsMapGetNullKeyUnsupported()
void
MultimapAsMapTester.testAsMapRemove()
void
ListMultimapAsMapTester.testAsMapRemoveImplementsList()
void
SetMultimapAsMapTester.testAsMapRemoveImplementsSet()
void
SortedSetMultimapAsMapTester.testAsMapRemoveImplementsSortedSet()
void
MultimapClearTester.testClear()
void
BiMapClearTester.testClearClearsInverse()
void
BiMapClearTester.testClearInverseClears()
void
BiMapClearTester.testClearInverseKeySetClears()
void
BiMapClearTester.testClearInverseValuesClears()
void
MultimapClearTester.testClearPropagatesToAsMap()
void
MultimapClearTester.testClearPropagatesToAsMapGet()
void
MultimapClearTester.testClearPropagatesToEntries()
void
MultimapClearTester.testClearPropagatesToGet()
void
MultimapClearTester.testClearThroughAsMap()
void
MultimapClearTester.testClearThroughEntries()
void
MultimapClearTester.testClearThroughKeys()
void
MultimapClearTester.testClearThroughKeySet()
void
MultimapClearTester.testClearThroughValues()
void
MultimapClearTester.testClearUnsupported()
void
MultimapContainsEntryTester.testContainsEntryNullDisallowedBecauseKeyQueriesDisallowed()
void
MultimapContainsEntryTester.testContainsEntryNullDisallowedBecauseValueQueriesDisallowed()
void
MultimapContainsEntryTester.testContainsEntryNullNo()
void
MultimapContainsEntryTester.testContainsEntryNullYes()
void
MultimapEntriesTester.testContainsEntryWithNullKeyAbsent()
void
MultimapEntriesTester.testContainsEntryWithNullKeyPresent()
void
MultimapEntriesTester.testContainsEntryWithNullValueAbsent()
void
MultimapEntriesTester.testContainsEntryWithNullValuePresent()
void
MultimapContainsKeyTester.testContainsKeyNullAbsent()
void
MultimapContainsKeyTester.testContainsKeyNullDisallowed()
void
MultimapContainsKeyTester.testContainsKeyNullPresent()
void
MultimapContainsValueTester.testContainsNullValueFails()
void
MultimapContainsValueTester.testContainsNullValueNo()
void
MultimapContainsValueTester.testContainsNullValueYes()
void
MultimapEntriesTester.testEntriesRemainValidAfterRemove()
void
MultimapEqualsTester.testEqualsMultimapWithNullKey()
void
MultimapEqualsTester.testEqualsMultimapWithNullValue()
void
BiMapPutTester.testForcePutKeyAndValuePresent()
void
BiMapPutTester.testForcePutKeyPresent()
void
BiMapPutTester.testForcePutNullKeyPresent()
void
BiMapPutTester.testForcePutNullValuePresent()
void
BiMapPutTester.testForcePutValuePresent()
void
MultimapGetTester.testGetNullAbsent()
void
MultimapGetTester.testGetNullForbidden()
void
MultimapGetTester.testGetNullPresent()
void
MultimapGetTester.testGetWithNullValue()
void
BiMapPutTester.testInversePut()
void
MultimapKeysTester.testKeysCountAbsentNullKey()
void
MultimapKeysTester.testKeysEntrySetRemove()
void
BiMapClearTester.testKeySetClearClearsInverse()
void
MultimapKeySetTester.testKeySetContainsNullKeyAbsent()
void
MultimapKeySetTester.testKeySetContainsNullKeyPresent()
void
MultimapKeySetTester.testKeySetRemovePropagatesToMultimap()
void
MultimapKeysTester.testKeysRemove()
void
MultimapKeysTester.testKeysWithNullKey()
void
ListMultimapRemoveTester.testMultimapRemoveDeletesFirstOccurrence()
void
MultimapGetTester.testPropagatesAddAllToMultimap()
void
MultimapAsMapGetTester.testPropagatesAddToMultimap()
void
MultimapGetTester.testPropagatesAddToMultimap()
void
MultimapAsMapGetTester.testPropagatesClearToMultimap()
void
MultimapAsMapGetTester.testPropagatesRemoveLastElementToMultimap()
void
MultimapGetTester.testPropagatesRemoveLastElementToMultimap()
void
MultimapGetTester.testPropagatesRemoveLastThenAddToMultimap()
void
MultimapAsMapGetTester.testPropagatesRemoveThenAddToMultimap()
void
MultimapAsMapGetTester.testPropagatesRemoveToMultimap()
void
MultimapGetTester.testPropagatesRemoveToMultimap()
void
ListMultimapPutTester.testPutAddsValueAtEnd()
void
MultimapPutAllMultimapTester.testPutAll()
void
ListMultimapPutAllTester.testPutAllAddsAtEndInOrder()
void
MultimapPutIterableTester.testPutAllEmptyCollectionOnAbsentKey()
void
MultimapPutIterableTester.testPutAllEmptyIterableOnAbsentKey()
void
MultimapPutIterableTester.testPutAllEmptyIterableOnPresentKey()
void
SetMultimapPutAllTester.testPutAllHandlesDuplicates()
void
MultimapPutAllMultimapTester.testPutAllIntoEmpty()
void
MultimapPutIterableTester.testPutAllNonEmptyCollectionOnAbsentKey()
void
MultimapPutIterableTester.testPutAllNonEmptyCollectionOnPresentKey()
void
MultimapPutIterableTester.testPutAllNonEmptyIterableOnAbsentKey()
void
MultimapPutIterableTester.testPutAllNonEmptyIterableOnPresentKey()
void
MultimapPutIterableTester.testPutAllNullForbidden()
void
MultimapPutIterableTester.testPutAllNullValueNullFirst_unsupported()
void
MultimapPutIterableTester.testPutAllNullValueNullLast_unsupported()
void
MultimapPutIterableTester.testPutAllNullValueOnAbsentKey_supported()
void
MultimapPutIterableTester.testPutAllNullValueOnPresentKey_supported()
void
MultimapPutIterableTester.testPutAllNullValueSingle_unsupported()
void
MultimapPutIterableTester.testPutAllOnlyCallsIteratorOnce()
void
MultimapPutIterableTester.testPutAllOnPresentNullKey()
void
MultimapPutAllMultimapTester.testPutAllPropagatesToGet()
void
MultimapPutIterableTester.testPutAllPropagatesToGet()
void
MultimapPutAllMultimapTester.testPutAllRejectsNullKey()
void
MultimapPutAllMultimapTester.testPutAllRejectsNullValue()
void
MultimapPutAllMultimapTester.testPutAllWithNullKey()
void
MultimapPutAllMultimapTester.testPutAllWithNullValue()
void
ListMultimapPutTester.testPutDuplicateValue()
void
SetMultimapPutTester.testPutDuplicateValue()
void
SetMultimapPutTester.testPutDuplicateValue_null()
void
SetMultimapPutTester.testPutDuplicateValuePreservesSize()
void
MultimapPutTester.testPutEmpty()
void
MultimapPutTester.testPutNotPresentKeyPropagatesToEntries()
void
MultimapPutTester.testPutNotPresentKeyPropagatesToGet()
void
MultimapPutTester.testPutNullKey()
void
MultimapPutTester.testPutNullValue_supported()
void
MultimapPutTester.testPutNullValue_unsupported()
void
MultimapPutTester.testPutPresent()
void
BiMapPutTester.testPutPresentKeyDifferentValue()
void
MultimapPutTester.testPutPresentKeyPropagatesToAsMapEntrySet()
void
MultimapPutTester.testPutPresentKeyPropagatesToAsMapGet()
void
MultimapPutTester.testPutPresentKeyPropagatesToEntries()
void
MultimapPutTester.testPutPresentKeyPropagatesToGet()
void
MultimapPutTester.testPutTwoElements()
void
MultimapPutAllMultimapTester.testPutUnsupported()
void
MultimapPutTester.testPutUnsupported()
void
BiMapPutTester.testPutWithSameValueFails()
void
MultimapAsMapGetTester.testReflectsMultimapRemove()
void
MultimapRemoveEntryTester.testRemoveAbsent()
void
MultimapRemoveAllTester.testRemoveAllAbsentKey()
void
MultimapRemoveAllTester.testRemoveAllMultipleValues()
void
MultimapRemoveAllTester.testRemoveAllNullKeyAbsent()
void
MultimapRemoveAllTester.testRemoveAllNullKeyPresent()
void
MultimapRemoveAllTester.testRemoveAllPresentKey()
void
MultimapRemoveAllTester.testRemoveAllPropagatesToGet()
void
MultimapEntriesTester.testRemoveAllPropagatesToMultimap()
void
ListMultimapRemoveTester.testRemoveAtIndexFromAsMapEntrySetPropagates()
void
ListMultimapRemoveTester.testRemoveAtIndexFromAsMapPropagates()
void
ListMultimapRemoveTester.testRemoveAtIndexFromGetPropagates()
void
BiMapRemoveTester.testRemoveFromInverseKeySetRemovesFromForward()
void
BiMapRemoveTester.testRemoveFromInverseRemovesFromForward()
void
BiMapRemoveTester.testRemoveFromInverseValuesRemovesFromInverse()
void
BiMapRemoveTester.testRemoveFromValuesRemovesFromInverse()
void
BiMapRemoveTester.testRemoveKeyFromKeySetRemovesFromInverse()
void
BiMapRemoveTester.testRemoveKeyRemovesFromInverse()
void
MultimapRemoveEntryTester.testRemoveNullKeyAbsent()
void
MultimapRemoveEntryTester.testRemoveNullKeyForbidden()
void
MultimapRemoveEntryTester.testRemoveNullKeyPresent()
void
MultimapAsMapGetTester.testRemoveNullValue()
void
MultimapRemoveEntryTester.testRemoveNullValueAbsent()
void
MultimapRemoveEntryTester.testRemoveNullValueForbidden()
void
MultimapRemoveEntryTester.testRemoveNullValuePresent()
void
MultimapRemoveEntryTester.testRemovePresent()
void
MultimapRemoveEntryTester.testRemovePropagatesToAsMap()
void
MultimapRemoveEntryTester.testRemovePropagatesToAsMapEntrySet()
void
MultimapRemoveEntryTester.testRemovePropagatesToGet()
void
MultimapEntriesTester.testRemovePropagatesToMultimap()
void
MultimapReplaceValuesTester.testReplaceEmptyValues()
void
MultimapReplaceValuesTester.testReplaceNonEmptyValues()
void
SetMultimapReplaceValuesTester.testReplaceValuesHandlesDuplicates()
void
ListMultimapReplaceValuesTester.testReplaceValuesPreservesOrder()
void
MultimapReplaceValuesTester.testReplaceValuesPropagatesToGet()
void
MultimapReplaceValuesTester.testReplaceValuesPutNotSupported()
void
MultimapReplaceValuesTester.testReplaceValuesRemoveNotSupported()
void
MultimapReplaceValuesTester.testReplaceValuesWithDuplicates()
void
MultimapReplaceValuesTester.testReplaceValuesWithEmpty()
void
MultimapReplaceValuesTester.testReplaceValuesWithNullKey()
void
MultimapReplaceValuesTester.testReplaceValuesWithNullValue()
void
MultimapEntriesTester.testRetainAllPropagatesToMultimap()
void
BiMapEntrySetTester.testSetValue_valueAbsent()
void
BiMapEntrySetTester.testSetValue_valuePresent()
void
BiMapEntrySetTester.testSetValueNullSupported()
void
BiMapEntrySetTester.testSetValueNullUnsupported()
void
MultimapSizeTester.testSizeNullKey()
void
MultimapSizeTester.testSizeNullKeyAndValue()
void
MultimapSizeTester.testSizeNullValue()
void
MultimapToStringTester.testToStringWithNullKey()
void
MultimapToStringTester.testToStringWithNullValue()
void
BiMapClearTester.testValuesClearClearsInverse()
void
ListMultimapAsMapTester.testValuesRemove()
void
SetMultimapAsMapTester.testValuesRemove()
-
Uses of MapFeature.Require in com.google.common.collect.testing.testers
Methods in com.google.common.collect.testing.testers with annotations of type MapFeature.RequireModifier and TypeMethodDescriptionvoid
MapMergeTester.testAbsent()
void
MapClearTester.testClear()
void
MapClearTester.testClear_unsupported()
void
MapClearTester.testClear_unsupportedByEmptyCollection()
void
MapClearTester.testClearConcurrentWithEntrySetIteration()
void
MapClearTester.testClearConcurrentWithKeySetIteration()
void
MapClearTester.testClearConcurrentWithValuesIteration()
void
MapComputeTester.testCompute_absentFunctionThrows()
void
MapComputeTester.testCompute_absentToAbsent()
void
MapComputeTester.testCompute_absentToPresent()
void
MapComputeTester.testCompute_nullKeyPresentToPresent()
void
MapComputeTester.testCompute_presentFunctionThrows()
void
MapComputeTester.testCompute_presentNullToNull()
void
MapComputeTester.testCompute_presentNullToPresentNonnull()
void
MapComputeTester.testCompute_presentToAbsent()
void
MapComputeTester.testCompute_presentToPresent()
void
MapComputeIfAbsentTester.testComputeIfAbsent_functionReturnsNullNotInserted()
void
MapComputeIfAbsentTester.testComputeIfAbsent_functionThrows()
void
MapComputeIfAbsentTester.testComputeIfAbsent_nullKeySupported()
void
MapComputeIfAbsentTester.testComputeIfAbsent_nullKeyUnsupported()
void
MapComputeIfAbsentTester.testComputeIfAbsent_nullTreatedAsAbsent()
void
MapComputeIfAbsentTester.testComputeIfAbsent_supportedAbsent()
void
MapComputeIfAbsentTester.testComputeIfAbsent_supportedPresent()
void
MapComputeIfAbsentTester.testComputeIfAbsent_unsupportedAbsent()
void
MapComputeIfAbsentTester.testComputeIfAbsent_unsupportedPresentDifferentValue()
void
MapComputeIfAbsentTester.testComputeIfAbsent_unsupportedPresentExistingValue()
void
MapComputeIfPresentTester.testComputeIfPresent_functionReturnsNull()
void
MapComputeIfPresentTester.testComputeIfPresent_functionThrows()
void
MapComputeIfPresentTester.testComputeIfPresent_nullKeySupportedAbsent()
void
MapComputeIfPresentTester.testComputeIfPresent_nullKeySupportedPresent()
void
MapComputeIfPresentTester.testComputeIfPresent_nullTreatedAsAbsent()
void
MapComputeIfPresentTester.testComputeIfPresent_supportedAbsent()
void
MapComputeIfPresentTester.testComputeIfPresent_supportedPresent()
void
MapComputeIfPresentTester.testComputeIfPresent_unsupportedAbsent()
void
MapComputeIfPresentTester.testComputeIfPresent_unsupportedPresent()
void
MapContainsKeyTester.testContains_nonNullWhenNullContained()
void
MapContainsValueTester.testContains_nonNullWhenNullContained()
void
MapContainsKeyTester.testContains_nullContained()
void
MapContainsValueTester.testContains_nullContained()
void
MapContainsKeyTester.testContains_nullNotContainedAndUnsupported()
void
MapContainsValueTester.testContains_nullNotContainedAndUnsupported()
void
MapContainsKeyTester.testContains_nullNotContainedButAllowed()
void
MapContainsValueTester.testContains_nullNotContainedButAllowed()
void
MapEntrySetTester.testContainsEntryWithNullKeyAbsent()
void
MapEntrySetTester.testContainsEntryWithNullKeyPresent()
void
MapEntrySetTester.testContainsEntryWithNullValueAbsent()
void
MapEntrySetTester.testContainsEntryWithNullValuePresent()
void
MapCreationTester.testCreateWithDuplicates_nonNullDuplicatesNotRejected()
void
MapCreationTester.testCreateWithDuplicates_nonNullDuplicatesRejected()
void
MapCreationTester.testCreateWithDuplicates_nullDuplicatesNotRejected()
void
MapCreationTester.testCreateWithDuplicates_nullDuplicatesRejected()
void
MapCreationTester.testCreateWithNullKeyAndValueSupported()
void
MapCreationTester.testCreateWithNullKeySupported()
void
MapCreationTester.testCreateWithNullKeyUnsupported()
void
MapCreationTester.testCreateWithNullValueSupported()
void
MapCreationTester.testCreateWithNullValueUnsupported()
void
NavigableMapNavigationTester.testEmptyMapPollFirst()
void
NavigableMapNavigationTester.testEmptyMapPollLast()
void
MapEqualsTester.testEquals_containingNullKey()
void
MapEqualsTester.testEquals_containingNullValue()
void
MapForEachTester.testForEach_nullKeys()
void
MapForEachTester.testForEach_nullValues()
void
MapGetTester.testGet_nonNullWhenNullContained()
void
MapGetTester.testGet_nullContained()
void
MapGetTester.testGet_nullNotContainedAndUnsupported()
void
MapGetTester.testGet_nullNotContainedButAllowed()
void
MapGetOrDefaultTester.testGetOrDefault_absentNull()
void
MapGetOrDefaultTester.testGetOrDefault_nonNullWhenNullContained()
void
MapGetOrDefaultTester.testGetOrDefault_nullAbsentAndUnsupported()
void
MapGetOrDefaultTester.testGetOrDefault_presentMappedToNull()
void
MapGetOrDefaultTester.testGetOrDefault_presentNull()
void
MapHashCodeTester.testHashCode_containingNullKey()
void
MapHashCodeTester.testHashCode_containingNullValue()
void
MapMergeTester.testMappedToNull()
void
MapMergeTester.testMergeAbsentNullKey()
void
MapMergeTester.testMergeFunctionThrows()
void
MapMergeTester.testMergePresent()
void
MapMergeTester.testMergePresentToNull()
void
MapMergeTester.testMergeUnsupported()
void
NavigableMapNavigationTester.testPollFirst()
void
NavigableMapNavigationTester.testPollFirstUnsupported()
void
NavigableMapNavigationTester.testPollLast()
void
NavigableMapNavigationTester.testPollLastUnsupported()
void
MapPutTester.testPut_nullKeyAndValueSupported()
void
MapPutTester.testPut_nullKeySupportedNotPresent()
void
MapPutTester.testPut_nullKeySupportedPresent()
void
MapPutTester.testPut_nullKeyUnsupported()
void
MapPutIfAbsentTester.testPut_nullValueSupported()
void
MapPutTester.testPut_nullValueSupported()
void
MapPutTester.testPut_nullValueUnsupported()
void
MapPutTester.testPut_replaceNullValueWithNonNullSupported()
void
MapPutTester.testPut_replaceNullValueWithNullSupported()
void
MapPutTester.testPut_replaceWithNullValueSupported()
void
MapPutTester.testPut_replaceWithNullValueUnsupported()
void
MapPutTester.testPut_supportedNotPresent()
void
MapPutTester.testPut_supportedPresent()
void
MapPutTester.testPut_unsupportedNotPresent()
void
MapPutTester.testPut_unsupportedPresentDifferentValue()
void
MapPutTester.testPut_unsupportedPresentExistingValue()
void
MapPutTester.testPutAbsentConcurrentWithEntrySetIteration()
void
MapPutTester.testPutAbsentConcurrentWithKeySetIteration()
void
MapPutTester.testPutAbsentConcurrentWithValueIteration()
void
MapPutAllTester.testPutAll_nullCollectionReference()
void
MapPutAllTester.testPutAll_nullKeySupported()
void
MapPutAllTester.testPutAll_nullKeyUnsupported()
void
MapPutAllTester.testPutAll_nullValueSupported()
void
MapPutAllTester.testPutAll_nullValueUnsupported()
void
MapPutAllTester.testPutAll_supportedNonePresent()
void
MapPutAllTester.testPutAll_supportedNothing()
void
MapPutAllTester.testPutAll_supportedSomePresent()
void
MapPutAllTester.testPutAll_unsupportedAllPresent()
void
MapPutAllTester.testPutAll_unsupportedNonePresent()
void
MapPutAllTester.testPutAll_unsupportedNothing()
void
MapPutAllTester.testPutAll_unsupportedSomePresent()
void
MapPutAllTester.testPutAllSomePresentConcurrentWithEntrySetIteration()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_nullKeyUnsupported()
void
MapPutIfAbsentTester.testPutIfAbsent_nullKeyUnsupported()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_nullValueUnsupported()
void
MapPutIfAbsentTester.testPutIfAbsent_nullValueUnsupportedAndKeyAbsent()
void
MapPutIfAbsentTester.testPutIfAbsent_nullValueUnsupportedAndKeyPresent()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_putWithNullValueUnsupported()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_supportedAbsent()
void
MapPutIfAbsentTester.testPutIfAbsent_supportedAbsent()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_supportedPresent()
void
MapPutIfAbsentTester.testPutIfAbsent_supportedPresent()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_unsupportedAbsent()
void
MapPutIfAbsentTester.testPutIfAbsent_unsupportedAbsent()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_unsupportedPresentDifferentValue()
void
MapPutIfAbsentTester.testPutIfAbsent_unsupportedPresentDifferentValue()
void
ConcurrentMapPutIfAbsentTester.testPutIfAbsent_unsupportedPresentExistingValue()
void
MapPutIfAbsentTester.testPutIfAbsent_unsupportedPresentExistingValue()
void
MapRemoveTester.testRemove_notPresent()
void
ConcurrentMapRemoveTester.testRemove_nullKeyQueriesUnsupported()
void
MapRemoveEntryTester.testRemove_nullKeyQueriesUnsupported()
void
MapRemoveTester.testRemove_nullPresent()
void
MapRemoveTester.testRemove_nullQueriesNotSupported()
void
MapRemoveTester.testRemove_nullSupportedMissing()
void
ConcurrentMapRemoveTester.testRemove_nullValueQueriesUnsupported()
void
MapRemoveEntryTester.testRemove_nullValueQueriesUnsupported()
void
MapRemoveTester.testRemove_present()
void
ConcurrentMapRemoveTester.testRemove_supportedAbsentKeyAbsentValue()
void
MapRemoveEntryTester.testRemove_supportedAbsentKeyAbsentValue()
void
ConcurrentMapRemoveTester.testRemove_supportedPresent()
void
MapRemoveEntryTester.testRemove_supportedPresent()
void
ConcurrentMapRemoveTester.testRemove_supportedPresentKeyWrongValue()
void
MapRemoveEntryTester.testRemove_supportedPresentKeyWrongValue()
void
ConcurrentMapRemoveTester.testRemove_supportedWrongKeyPresentValue()
void
MapRemoveEntryTester.testRemove_supportedWrongKeyPresentValue()
void
MapRemoveTester.testRemove_unsupported()
void
ConcurrentMapRemoveTester.testRemove_unsupportedAbsent()
void
MapRemoveEntryTester.testRemove_unsupportedAbsent()
void
MapRemoveTester.testRemove_unsupportedNotPresent()
void
ConcurrentMapRemoveTester.testRemove_unsupportedPresent()
void
MapRemoveEntryTester.testRemove_unsupportedPresent()
void
MapRemoveTester.testRemove_wrongType()
void
MapRemoveTester.testRemovePresentConcurrentWithEntrySetIteration()
void
MapRemoveTester.testRemovePresentConcurrentWithKeySetIteration()
void
MapRemoveTester.testRemovePresentConcurrentWithValuesIteration()
void
ConcurrentMapReplaceTester.testReplace_absentNullKeyUnsupported()
void
MapReplaceTester.testReplace_absentNullKeyUnsupported()
void
ConcurrentMapReplaceTester.testReplace_absentNullValueUnsupported()
void
MapReplaceTester.testReplace_absentNullValueUnsupported()
void
ConcurrentMapReplaceTester.testReplace_presentNullValueUnsupported()
void
MapReplaceTester.testReplace_presentNullValueUnsupported()
void
ConcurrentMapReplaceTester.testReplace_supportedAbsent()
void
MapReplaceTester.testReplace_supportedAbsent()
void
ConcurrentMapReplaceTester.testReplace_supportedPresent()
void
MapReplaceTester.testReplace_supportedPresent()
void
ConcurrentMapReplaceTester.testReplace_supportedPresentNoChange()
void
MapReplaceTester.testReplace_supportedPresentNoChange()
void
ConcurrentMapReplaceTester.testReplace_unsupportedPresent()
void
MapReplaceTester.testReplace_unsupportedPresent()
void
MapReplaceAllTester.testReplaceAll_unsupported()
void
MapReplaceAllTester.testReplaceAll_unsupportedByEmptyCollection()
void
MapReplaceAllTester.testReplaceAll_unsupportedNoOpFunction()
void
MapReplaceAllTester.testReplaceAllPreservesOrder()
void
MapReplaceAllTester.testReplaceAllRotate()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_absentKeyNullValueUnsupported()
void
MapReplaceEntryTester.testReplaceEntry_absentKeyNullValueUnsupported()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_expectNullUnsupported()
void
MapReplaceEntryTester.testReplaceEntry_expectNullUnsupported()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_nullDifferentFromAbsent()
void
MapReplaceEntryTester.testReplaceEntry_nullDifferentFromAbsent()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_presentNullValueUnsupported()
void
MapReplaceEntryTester.testReplaceEntry_presentNullValueUnsupported()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_supportedAbsentKey()
void
MapReplaceEntryTester.testReplaceEntry_supportedAbsentKey()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_supportedPresent()
void
MapReplaceEntryTester.testReplaceEntry_supportedPresent()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_supportedPresentUnchanged()
void
MapReplaceEntryTester.testReplaceEntry_supportedPresentUnchanged()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_supportedWrongValue()
void
MapReplaceEntryTester.testReplaceEntry_supportedWrongValue()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_unsupportedAbsentKey()
void
MapReplaceEntryTester.testReplaceEntry_unsupportedAbsentKey()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_unsupportedPresent()
void
MapReplaceEntryTester.testReplaceEntry_unsupportedPresent()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_unsupportedWrongValue()
void
MapReplaceEntryTester.testReplaceEntry_unsupportedWrongValue()
void
ConcurrentMapReplaceEntryTester.testReplaceEntry_wrongValueNullValueUnsupported()
void
MapReplaceEntryTester.testReplaceEntry_wrongValueNullValueUnsupported()
void
MapEntrySetTester.testSetValue()
void
MapEntrySetTester.testSetValueWithNullValuesAbsent()
void
MapEntrySetTester.testSetValueWithNullValuesPresent()
void
NavigableMapNavigationTester.testSingletonMapPollFirst()
void
NavigableMapNavigationTester.testSingletonMapPollLast()
void
MapToStringTester.testToStringWithNullKey()
void
MapToStringTester.testToStringWithNullValue()