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 BiMapPutTester.testForcePutOverwritesOldValueEntry()
           
 void BiMapPutTester.testInversePut()
           
 void BiMapClearTester.testKeySetClearClearsInverse()
           
 void BiMapRemoveTester.testKeySetIteratorRemove()
           
 void BiMapPutTester.testPutPresentKeyDifferentValue()
           
 void BiMapPutTester.testPutWithSameValueFails()
           
 void BiMapRemoveTester.testRemoveFromInverseKeySetRemovesFromForward()
           
 void BiMapRemoveTester.testRemoveFromInverseRemovesFromForward()
           
 void BiMapRemoveTester.testRemoveFromInverseValuesRemovesFromInverse()
           
 void BiMapRemoveTester.testRemoveFromValuesRemovesFromInverse()
           
 void BiMapRemoveTester.testRemoveKeyFromKeySetRemovesFromInverse()
           
 void BiMapRemoveTester.testRemoveKeyRemovesFromInverse()
           
 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 MapPutAllTester.testAdd_nullKeyUnsupported()
           
 void MapPutAllTester.testAdd_nullValueUnsupported()
           
 void MapClearTester.testClear_unsupported()
           
 void MapClearTester.testClear_unsupportedByEmptyCollection()
           
 void MapClearTester.testClear()
           
 void MapClearTester.testClearConcurrentWithEntrySetIteration()
           
 void MapClearTester.testClearConcurrentWithKeySetIteration()
           
 void MapClearTester.testClearConcurrentWithValuesIteration()
           
 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 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 MapGetTester.testGet_nonNullWhenNullContained()
           
 void MapGetTester.testGet_nullContained()
           
 void MapHashCodeTester.testHashCode_containingNullKey()
           
 void MapHashCodeTester.testHashCode_containingNullValue()
           
 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 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_nullValueSupported()
           
 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()
           
 void NavigableMapNavigationTester.testSingletonMapPollFirst()
           
 void NavigableMapNavigationTester.testSingletonMapPollLast()
           
 



Copyright © 2010-2014. All Rights Reserved.