Uses of Class
com.google.common.collect.testing.features.MapFeature.Require

Packages that use MapFeature.Require
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
 void BiMapPutTester.putDistinctKeysDistinctValues()
           
 void BiMapClearTester.testClearClearsInverse()
           
 void BiMapClearTester.testClearInverseClears()
           
 void BiMapClearTester.testClearInverseKeySetClears()
           
 void BiMapClearTester.testClearInverseValuesClears()
           
 void MultimapContainsEntryTester.testContainsEntryNullDisallowed()
           
 void MultimapContainsEntryTester.testContainsEntryNullNo()
           
 void MultimapContainsEntryTester.testContainsEntryNullYes()
           
 void MultimapContainsKeyTester.testContainsKeyNullAbsent()
           
 void MultimapContainsKeyTester.testContainsKeyNullDisallowed()
           
 void MultimapContainsKeyTester.testContainsKeyNullPresent()
           
 void MultimapContainsValueTester.testContainsNullValueFails()
           
 void MultimapContainsValueTester.testContainsNullValueNo()
           
 void MultimapContainsValueTester.testContainsNullValueYes()
           
 void BiMapPutTester.testForcePutOverwritesOldValueEntry()
           
 void MultimapGetTester.testGetNullAbsent()
           
 void MultimapGetTester.testGetNullForbidden()
           
 void MultimapGetTester.testGetNullPresent()
           
 void MultimapGetTester.testGetPropagatesRemove()
           
 void MultimapGetTester.testGetRemoveThenAddPropagates()
           
 void MultimapGetTester.testGetWithNullValue()
           
 void BiMapPutTester.testInversePut()
           
 void BiMapClearTester.testKeySetClearClearsInverse()
           
 void BiMapRemoveTester.testKeySetIteratorRemove()
           
 void ListMultimapRemoveTester.testMultimapRemoveDeletesFirstOccurrence()
           
 void ListMultimapPutTester.testPutAddsValueAtEnd()
           
 void ListMultimapPutAllTester.testPutAllAddsAtEndInOrder()
           
 void MultimapPutIterableTester.testPutAllEmptyIterableOnAbsentKey()
           
 void MultimapPutIterableTester.testPutAllEmptyIterableOnPresentKey()
           
 void MultimapPutIterableTester.testPutAllNonEmptyOnAbsentKey()
           
 void MultimapPutIterableTester.testPutAllNonEmptyOnPresentKey()
           
 void SetMultimapPutTester.testPutDuplicateValue()
           
 void ListMultimapPutTester.testPutDuplicateValue()
           
 void MultimapPutTester.testPutEmpty()
           
 void MultimapPutTester.testPutNotPresentKeyPropagatesToGet()
           
 void MultimapPutTester.testPutNullKey()
           
 void MultimapPutTester.testPutNullValue()
           
 void MultimapPutTester.testPutPresent()
           
 void BiMapPutTester.testPutPresentKeyDifferentValue()
           
 void MultimapPutTester.testPutPresentKeyPropagatesToAsMapEntrySet()
           
 void MultimapPutTester.testPutPresentKeyPropagatesToAsMapGet()
           
 void MultimapPutTester.testPutPresentKeyPropagatesToGet()
           
 void MultimapPutTester.testPutTwoElements()
           
 void BiMapPutTester.testPutWithSameValueFails()
           
 void MultimapRemoveEntryTester.testRemoveAbsent()
           
 void MultimapRemoveAllTester.testRemoveAllAbsentKey()
           
 void MultimapRemoveAllTester.testRemoveAllMultipleValues()
           
 void MultimapRemoveAllTester.testRemoveAllNullKeyAbsent()
           
 void MultimapRemoveAllTester.testRemoveAllNullKeyPresent()
           
 void MultimapRemoveAllTester.testRemoveAllPresentKey()
           
 void MultimapRemoveAllTester.testRemoveAllPropagatesToGet()
           
 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 MultimapRemoveEntryTester.testRemoveNullValueAbsent()
           
 void MultimapRemoveEntryTester.testRemoveNullValueForbidden()
           
 void MultimapRemoveEntryTester.testRemoveNullValuePresent()
           
 void MultimapRemoveEntryTester.testRemovePresent()
           
 void MultimapRemoveEntryTester.testRemovePropagatesToAsMap()
           
 void MultimapRemoveEntryTester.testRemovePropagatesToAsMapEntrySet()
           
 void MultimapRemoveEntryTester.testRemovePropagatesToGet()
           
 void MultimapReplaceValuesTester.testReplaceEmptyValues()
           
 void MultimapReplaceValuesTester.testReplaceNonEmptyValues()
           
 void SetMultimapPutAllTester.testReplaceValuesHandlesDuplicates()
           
 void SetMultimapReplaceValuesTester.testReplaceValuesHandlesDuplicates()
           
 void ListMultimapReplaceValuesTester.testReplaceValuesPreservesOrder()
           
 void MultimapReplaceValuesTester.testReplaceValuesPutNotSupported()
           
 void MultimapReplaceValuesTester.testReplaceValuesRemoveNotSupported()
           
 void MultimapSizeTester.testSizeNullEntry()
           
 void BiMapClearTester.testValuesClearClearsInverse()
           
 

Uses of MapFeature.Require in com.google.common.collect.testing.testers
 

Methods in com.google.common.collect.testing.testers with annotations of type MapFeature.Require
 void MapClearTester.testClear_unsupported()
           
 void MapClearTester.testClear_unsupportedByEmptyCollection()
           
 void MapClearTester.testClear()
           
 void MapClearTester.testClearConcurrentWithEntrySetIteration()
           
 void MapClearTester.testClearConcurrentWithKeySetIteration()
           
 void MapClearTester.testClearConcurrentWithValuesIteration()
           
 void MapContainsValueTester.testContains_nonNullWhenNullContained()
           
 void MapContainsKeyTester.testContains_nonNullWhenNullContained()
           
 void MapContainsValueTester.testContains_nullContained()
           
 void MapContainsKeyTester.testContains_nullContained()
           
 void MapContainsValueTester.testContains_nullNotContainedAndUnsupported()
           
 void MapContainsKeyTester.testContains_nullNotContainedAndUnsupported()
           
 void MapContainsValueTester.testContains_nullNotContainedButAllowed()
           
 void MapContainsKeyTester.testContains_nullNotContainedButAllowed()
           
 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 MapEqualsTester.testEquals_containingNullKey()
           
 void MapEqualsTester.testEquals_containingNullValue()
           
 void MapGetTester.testGet_nonNullWhenNullContained()
           
 void MapGetTester.testGet_nullContained()
           
 void MapHashCodeTester.testHashCode_containingNullKey()
           
 void MapHashCodeTester.testHashCode_containingNullValue()
           
 void MapPutTester.testPut_nullKeyAndValueSupported()
           
 void MapPutTester.testPut_nullKeySupportedNotPresent()
           
 void MapPutTester.testPut_nullKeySupportedPresent()
           
 void MapPutTester.testPut_nullKeyUnsupported()
           
 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_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 MapRemoveTester.testRemove_notPresent()
           
 void MapRemoveTester.testRemove_nullPresent()
           
 void MapRemoveTester.testRemove_nullQueriesNotSupported()
           
 void MapRemoveTester.testRemove_nullSupportedMissing()
           
 void MapRemoveTester.testRemove_present()
           
 void MapRemoveTester.testRemove_unsupported()
           
 void MapRemoveTester.testRemove_unsupportedNotPresent()
           
 void MapRemoveTester.testRemove_wrongType()
           
 void MapRemoveTester.testRemovePresentConcurrentWithEntrySetIteration()
           
 void MapRemoveTester.testRemovePresentConcurrentWithKeySetIteration()
           
 void MapRemoveTester.testRemovePresentConcurrentWithValuesIteration()
           
 



Copyright © 2010-2013. All Rights Reserved.