Uses of Class
com.google.common.collect.testing.features.MapFeature.Require
-
Packages that use MapFeature.Require Package Description com.google.common.collect.testing.google com.google.common.collect.testing.testers -
-
Uses of MapFeature.Require in com.google.common.collect.testing.google
Methods in com.google.common.collect.testing.google with annotations of type MapFeature.Require Modifier and Type Method Description void
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
-