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

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

Uses of CollectionSize.Require in com.google.common.collect.testing.google
 

Methods in com.google.common.collect.testing.google with annotations of type CollectionSize.Require
 void MultisetReadsTester.testCount_1()
           
 void MultisetReadsTester.testCount_3()
           
 void MultisetReadsTester.testElementSet_contains()
           
 void MultisetReadsTester.testEntrySet_contains()
           
 void MultisetReadsTester.testEntrySet_hashCode_size0()
           
 void MultisetReadsTester.testEntrySet_hashCode_size1()
           
 void MultisetWritesTester.testEntrySet_iterator_remove_unsupported()
           
 void MultisetWritesTester.testEntrySet_iterator()
           
 void MultisetWritesTester.testEntrySet_remove_missing()
           
 void MultisetWritesTester.testEntrySet_remove_present()
           
 void MultisetWritesTester.testEntrySet_removeAll_missing()
           
 void MultisetWritesTester.testEntrySet_removeAll_present()
           
 void MultisetWritesTester.testEntrySet_retainAll_missing()
           
 void MultisetWritesTester.testEntrySet_retainAll_present()
           
 void MultisetReadsTester.testEquals_differentElements()
           
 void MultisetReadsTester.testHashCode_size0()
           
 void MultisetReadsTester.testHashCode_size1()
           
 void MultisetWritesTester.testRemove_occurrences_present()
           
 void AbstractMultisetSetCountTester.testSetCount_existingNoNopNull_nullSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToOne_addSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToOne_removeSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToOne_unsupported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToThree_supported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToThree_unsupported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToZero_supported()
           
 void AbstractMultisetSetCountTester.testSetCount_oneToZero_unsupported()
           
 void AbstractMultisetSetCountTester.testSetCount_removeNull_nullSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToOne_supported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToOne_unsupported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToThree_addSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToThree_removeSupported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToThree_unsupported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToZero_supported()
           
 void AbstractMultisetSetCountTester.testSetCount_threeToZero_unsupported()
           
 void MultisetSetCountConditionallyTester.testSetCountConditional_oldCountTooSmallNonzero()
           
 void MultisetSetCountConditionallyTester.testSetCountConditional_oldCountTooSmallZero()
           
 

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

Methods in com.google.common.collect.testing.testers with annotations of type CollectionSize.Require
 void SetAddTester.testAdd_supportedNullPresent()
           
 void ListAddTester.testAdd_supportedNullPresent()
           
 void SetAddTester.testAdd_supportedPresent()
           
 void ListAddTester.testAdd_supportedPresent()
           
 void ListAddTester.testAdd_unsupportedPresent()
           
 void CollectionAddTester.testAdd_unsupportedPresent()
           
 void SetAddAllTester.testAddAll_supportedAllPresent()
           
 void ListAddAllTester.testAddAll_supportedAllPresent()
           
 void SetAddAllTester.testAddAll_supportedSomePresent()
           
 void CollectionAddAllTester.testAddAll_supportedSomePresent()
           
 void ListAddAllTester.testAddAll_unsupportedAllPresent()
           
 void CollectionAddAllTester.testAddAll_unsupportedAllPresent()
           
 void CollectionAddAllTester.testAddAll_unsupportedSomePresent()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_end()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_middle()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_supportedAllPresent()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_supportedSomePresent()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_unsupportedAllPresent()
           
 void ListAddAllAtIndexTester.testAddAllAtIndex_unsupportedSomePresent()
           
 void ListAddAtIndexTester.testAddAtIndex_end()
           
 void ListAddAtIndexTester.testAddAtIndex_middle()
           
 void ListAddAtIndexTester.testAddAtIndex_supportedPresent()
           
 void ListAddAtIndexTester.testAddAtIndex_unsupportedPresent()
           
 void MapNavigationTester.testCeiling()
           
 void SetNavigationTester.testCeiling()
           
 void MapClearTester.testClear_unsupported()
           
 void CollectionClearTester.testClear_unsupported()
           
 void MapClearTester.testClear_unsupportedByEmptyCollection()
           
 void CollectionClearTester.testClear_unsupportedByEmptyCollection()
           
 void MapContainsKeyTester.testContains_nonNullWhenNullContained()
           
 void CollectionContainsTester.testContains_nonNullWhenNullContained()
           
 void MapContainsValueTester.testContains_nonNullWhenNullContained()
           
 void MapContainsKeyTester.testContains_nullContained()
           
 void CollectionContainsTester.testContains_nullContained()
           
 void MapContainsValueTester.testContains_nullContained()
           
 void MapContainsKeyTester.testContains_yes()
           
 void CollectionContainsTester.testContains_yes()
           
 void MapContainsValueTester.testContains_yes()
           
 void CollectionContainsAllTester.testContainsAll_subset()
           
 void SetCreationTester.testCreateWithDuplicates_nonNullDuplicatesNotRejected()
           
 void MapCreationTester.testCreateWithDuplicates_nonNullDuplicatesNotRejected()
           
 void SetCreationTester.testCreateWithDuplicates_nonNullDuplicatesRejected()
           
 void MapCreationTester.testCreateWithDuplicates_nonNullDuplicatesRejected()
           
 void SetCreationTester.testCreateWithDuplicates_nullDuplicatesNotRejected()
           
 void MapCreationTester.testCreateWithDuplicates_nullDuplicatesNotRejected()
           
 void SetCreationTester.testCreateWithDuplicates_nullDuplicatesRejected()
           
 void MapCreationTester.testCreateWithDuplicates_nullDuplicatesRejected()
           
 void ListCreationTester.testCreateWithDuplicates()
           
 void CollectionCreationTester.testCreateWithNull_supported()
           
 void CollectionCreationTester.testCreateWithNull_unsupported()
           
 void MapCreationTester.testCreateWithNullKeyAndValueSupported()
           
 void MapCreationTester.testCreateWithNullKeySupported()
           
 void MapCreationTester.testCreateWithNullKeyUnsupported()
           
 void MapCreationTester.testCreateWithNullValueSupported()
           
 void MapCreationTester.testCreateWithNullValueUnsupported()
           
 void MapNavigationTester.testDescendingNavigation()
           
 void SetNavigationTester.testDescendingNavigation()
           
 void QueueElementTester.testElement_empty()
           
 void QueueElementTester.testElement_size1()
           
 void QueueElementTester.testElement_sizeMany()
           
 void MapNavigationTester.testEmptyMapFirst()
           
 void MapNavigationTester.testEmptyMapLast()
           
 void MapNavigationTester.testEmptyMapNearby()
           
 void MapNavigationTester.testEmptyMapPollFirst()
           
 void MapNavigationTester.testEmptyMapPollLast()
           
 void SetNavigationTester.testEmptySetFirst()
           
 void SetNavigationTester.testEmptySetLast()
           
 void SetNavigationTester.testEmptySetNearby()
           
 void SetNavigationTester.testEmptySetPollFirst()
           
 void SetNavigationTester.testEmptySetPollLast()
           
 void SetEqualsTester.testEquals_containingNull()
           
 void ListEqualsTester.testEquals_containingNull()
           
 void MapEqualsTester.testEquals_containingNullKey()
           
 void MapEqualsTester.testEquals_containingNullValue()
           
 void SetEqualsTester.testEquals_otherContainsNull()
           
 void MapEqualsTester.testEquals_otherContainsNullKey()
           
 void MapEqualsTester.testEquals_otherContainsNullValue()
           
 void ListEqualsTester.testEquals_otherListContainingNull()
           
 void ListEqualsTester.testEquals_otherListWithDifferentElements()
           
 void MapEqualsTester.testEquals_otherMapWithDifferentEntries()
           
 void SetEqualsTester.testEquals_otherSetWithDifferentElements()
           
 void ListEqualsTester.testEquals_shorterList()
           
 void MapEqualsTester.testEquals_smallerMap()
           
 void SetEqualsTester.testEquals_smallerSet()
           
 void AbstractListIndexOfTester.testFind_nonNullWhenNullContained()
           
 void AbstractListIndexOfTester.testFind_nullContained()
           
 void AbstractListIndexOfTester.testFind_yes()
           
 void MapNavigationTester.testFirst()
           
 void SetNavigationTester.testFirst()
           
 void MapNavigationTester.testFloor()
           
 void SetNavigationTester.testFloor()
           
 void MapGetTester.testGet_nonNullWhenNullContained()
           
 void MapGetTester.testGet_nullContained()
           
 void MapGetTester.testGet_yes()
           
 void SetHashCodeTester.testHashCode_containingNull()
           
 void MapHashCodeTester.testHashCode_containingNullKey()
           
 void MapHashCodeTester.testHashCode_containingNullValue()
           
 void MapNavigationTester.testHigher()
           
 void SetNavigationTester.testHigher()
           
 void ListIndexOfTester.testIndexOf_duplicate()
           
 void CollectionIsEmptyTester.testIsEmpty_no()
           
 void MapIsEmptyTester.testIsEmpty_no()
           
 void CollectionIsEmptyTester.testIsEmpty_yes()
           
 void MapIsEmptyTester.testIsEmpty_yes()
           
 void CollectionRemoveTester.testIteratorRemove_unsupported()
           
 void MapNavigationTester.testLast()
           
 void SetNavigationTester.testLast()
           
 void ListLastIndexOfTester.testLastIndexOf_duplicate()
           
 void MapNavigationTester.testLower()
           
 void SetNavigationTester.testLower()
           
 void QueuePeekTester.testPeek_empty()
           
 void QueuePeekTester.testPeek_size1()
           
 void QueuePeekTester.testPeek_sizeMany()
           
 void QueuePollTester.testPoll_empty()
           
 void QueuePollTester.testPoll_size1()
           
 void QueuePollTester.testPoll_sizeMany()
           
 void MapNavigationTester.testPollFirst()
           
 void SetNavigationTester.testPollFirst()
           
 void MapNavigationTester.testPollLast()
           
 void SetNavigationTester.testPollLast()
           
 void MapNavigationTester.testPollLastUnsupported()
           
 void MapPutTester.testPut_nullKeySupportedPresent()
           
 void MapPutTester.testPut_replaceNullValueWithNonNullSupported()
           
 void MapPutTester.testPut_replaceNullValueWithNullSupported()
           
 void MapPutTester.testPut_replaceWithNullValueSupported()
           
 void MapPutTester.testPut_replaceWithNullValueUnsupported()
           
 void MapPutTester.testPut_unsupportedPresentDifferentValue()
           
 void MapPutTester.testPut_unsupportedPresentExistingValue()
           
 void MapPutAllTester.testPutAll_supportedSomePresent()
           
 void MapPutAllTester.testPutAll_unsupportedAllPresent()
           
 void MapPutAllTester.testPutAll_unsupportedSomePresent()
           
 void ListRemoveTester.testRemove_duplicate()
           
 void QueueRemoveTester.testRemove_empty()
           
 void MapRemoveTester.testRemove_nullPresent()
           
 void CollectionRemoveTester.testRemove_nullPresent()
           
 void MapRemoveTester.testRemove_present()
           
 void CollectionRemoveTester.testRemove_present()
           
 void SetRemoveTester.testRemove_present()
           
 void QueueRemoveTester.testRemove_size1()
           
 void QueueRemoveTester.testRemove_sizeMany()
           
 void MapRemoveTester.testRemove_unsupported()
           
 void CollectionRemoveTester.testRemove_unsupported()
           
 void CollectionRemoveAllTester.testRemoveAll_allPresent()
           
 void CollectionRemoveAllTester.testRemoveAll_containsNullYes()
           
 void ListRemoveAllTester.testRemoveAll_duplicate()
           
 void CollectionRemoveAllTester.testRemoveAll_nullCollectionReferenceEmptySubject()
           
 void CollectionRemoveAllTester.testRemoveAll_nullCollectionReferenceNonEmptySubject()
           
 void CollectionRemoveAllTester.testRemoveAll_somePresent()
           
 void CollectionRemoveAllTester.testRemoveAll_somePresentLargeCollectionToRemove()
          Trigger the other.size() >= this.size() case in AbstractSet.removeAll().
 void CollectionRemoveAllTester.testRemoveAll_unsupportedPresent()
           
 void ListRemoveAtIndexTester.testRemoveAtIndex_first()
           
 void ListRemoveAtIndexTester.testRemoveAtIndex_last()
           
 void ListRemoveAtIndexTester.testRemoveAtIndex_middle()
           
 void ListRemoveAtIndexTester.testRemoveAtIndex_unsupported()
           
 void CollectionRetainAllTester.testRetainAll_containsDuplicatesSizeOne()
           
 void CollectionRetainAllTester.testRetainAll_containsDuplicatesSizeSeveral()
           
 void CollectionRetainAllTester.testRetainAll_containsNonNullWithNull()
           
 void CollectionRetainAllTester.testRetainAll_disjointPreviouslyEmpty()
           
 void CollectionRetainAllTester.testRetainAll_disjointPreviouslyEmptyUnsupported()
           
 void CollectionRetainAllTester.testRetainAll_disjointPreviouslyNonEmpty()
           
 void CollectionRetainAllTester.testRetainAll_disjointPreviouslyNonEmptyUnsupported()
           
 void ListRetainAllTester.testRetainAll_duplicatesKept()
           
 void ListRetainAllTester.testRetainAll_duplicatesRemoved()
           
 void CollectionRetainAllTester.testRetainAll_emptyPreviouslyEmpty()
           
 void CollectionRetainAllTester.testRetainAll_emptyPreviouslyEmptyUnsupported()
           
 void CollectionRetainAllTester.testRetainAll_emptyPreviouslyNonEmpty()
           
 void CollectionRetainAllTester.testRetainAll_emptyPreviouslyNonEmptyUnsupported()
           
 void CollectionRetainAllTester.testRetainAll_nullCollectionReferenceEmptySubject()
           
 void CollectionRetainAllTester.testRetainAll_nullCollectionReferenceNonEmptySubject()
           
 void CollectionRetainAllTester.testRetainAll_nullSingletonPreviouslyEmpty()
           
 void CollectionRetainAllTester.testRetainAll_nullSingletonPreviouslyNonEmpty()
           
 void CollectionRetainAllTester.testRetainAll_nullSingletonPreviouslySeveralWithNull()
           
 void CollectionRetainAllTester.testRetainAll_nullSingletonPreviouslySingletonWithNull()
           
 void CollectionRetainAllTester.testRetainAll_partialOverlap()
           
 void CollectionRetainAllTester.testRetainAll_partialOverlapUnsupported()
           
 void CollectionRetainAllTester.testRetainAll_subset()
           
 void CollectionRetainAllTester.testRetainAll_subsetUnsupported()
           
 void ListSetTester.testSet_null()
           
 void ListSetTester.testSet_nullUnsupported()
           
 void ListSetTester.testSet_replacingNull()
           
 void ListSetTester.testSet_unsupported()
           
 void ListSetTester.testSet_unsupportedByEmptyList()
           
 void ListSetTester.testSet()
           
 void MapNavigationTester.testSingletonMapFirst()
           
 void MapNavigationTester.testSingletonMapLast()
           
 void MapNavigationTester.testSingletonMapNearby()
           
 void MapNavigationTester.testSingletonMapPollFirst()
           
 void MapNavigationTester.testSingletonMapPollLast()
           
 void SetNavigationTester.testSingletonSetFirst()
           
 void SetNavigationTester.testSingletonSetLast()
           
 void SetNavigationTester.testSingletonSetNearby()
           
 void SetNavigationTester.testSingletonSetPollFirst()
           
 void SetNavigationTester.testSingletonSetPollLast()
           
 void ListSubListTester.testSubList_contains()
           
 void ListSubListTester.testSubList_get()
           
 void ListSubListTester.testSubList_indexOf()
           
 void ListSubListTester.testSubList_isEmpty()
           
 void ListSubListTester.testSubList_lastIndexOf()
           
 void ListSubListTester.testSubList_ofSubListNonEmpty()
           
 void ListSubListTester.testSubList_originalListSetAffectsSubList()
           
 void ListSubListTester.testSubList_originalListSetAffectsSubListLargeList()
           
 void ListSubListTester.testSubList_size()
           
 void ListSubListTester.testSubList_subListAddAtIndexAffectsOriginalLargeList()
           
 void ListSubListTester.testSubList_subListRemoveAffectsOriginal()
           
 void ListSubListTester.testSubList_subListRemoveAffectsOriginalLargeList()
           
 void ListSubListTester.testSubList_subListSetAffectsOriginal()
           
 void ListSubListTester.testSubList_subListSetAffectsOriginalLargeList()
           
 void CollectionToArrayTester.testToArray_emptyArrayOfWrongTypeForEmptyCollection()
           
 void CollectionToArrayTester.testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()
           
 void ListToArrayTester.testToArray_tooSmall()
           
 void CollectionToStringTester.testToString_size0()
           
 void CollectionToStringTester.testToString_size1()
           
 void CollectionToStringTester.testToString_sizeSeveral()
           
 



Copyright © 2010-2012. All Rights Reserved.