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

Packages that use MapFeature.Require
com.google.common.collect.testing.testers   
 

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 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 MapNavigationTester.testEmptyMapPollFirst()
           
 void MapNavigationTester.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 MapNavigationTester.testPollFirst()
           
 void MapNavigationTester.testPollFirstUnsupported()
           
 void MapNavigationTester.testPollLast()
           
 void MapNavigationTester.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 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 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 MapNavigationTester.testSingletonMapPollFirst()
           
 void MapNavigationTester.testSingletonMapPollLast()
           
 



Copyright © 2010-2011. All Rights Reserved.