/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 110 expectUnchanged(); in testRetainAll_emptyPreviouslyEmpty() 117 expectUnchanged(); in testRetainAll_emptyPreviouslyEmptyUnsupported() 132 expectUnchanged(); in testRetainAll_emptyPreviouslyNonEmptyUnsupported() 141 expectUnchanged(); in testRetainAll_disjointPreviouslyEmpty() 148 expectUnchanged(); in testRetainAll_disjointPreviouslyEmptyUnsupported() 163 expectUnchanged(); in testRetainAll_disjointPreviouslyNonEmptyUnsupported() 171 expectUnchanged(); in testRetainAll_superset() 177 expectUnchanged(); in testRetainAll_supersetUnsupported() 193 expectUnchanged(); in testRetainAll_subsetUnsupported() 201 expectUnchanged(); in testRetainAll_sameElements() [all …]
|
D | ListAddAllAtIndexTester.java | 59 expectUnchanged(); in testAddAllAtIndex_unsupportedAllPresent() 78 expectUnchanged(); in testAddAllAtIndex_unsupportedSomePresent() 86 expectUnchanged(); in testAddAllAtIndex_supportedNothing() 96 expectUnchanged(); in testAddAllAtIndex_unsupportedNothing() 130 expectUnchanged(); in testAddAllAtIndex_nullUnsupported() 158 expectUnchanged(); in testAddAllAtIndex_nullCollectionReference() 168 expectUnchanged(); in testAddAllAtIndex_negative() 179 expectUnchanged(); in testAddAllAtIndex_tooLarge()
|
D | CollectionRemoveAllTester.java | 52 expectUnchanged(); in testRemoveAll_emptyCollection() 59 expectUnchanged(); in testRemoveAll_nonePresent() 113 expectUnchanged(); in testRemoveAll_unsupportedEmptyCollection() 124 expectUnchanged(); in testRemoveAll_unsupportedNonePresent() 136 expectUnchanged(); in testRemoveAll_unsupportedPresent() 176 expectUnchanged(); in testRemoveAll_containsNullNo() 184 expectUnchanged(); in testRemoveAll_containsNullNoButAllowed() 203 expectUnchanged(); in testRemoveAll_containsWrongType()
|
D | CollectionRemoveTester.java | 74 expectUnchanged(); in testRemove_notPresent() 97 expectUnchanged(); in testRemove_unsupported() 110 expectUnchanged(); in testRemove_unsupportedNotPresent() 124 expectUnchanged(); in testRemove_nullNotSupported() 130 expectUnchanged(); in testRemove_nullAllowed() 143 expectUnchanged(); in testIteratorRemove_unsupported() 153 expectUnchanged(); in testRemove_wrongType()
|
D | MapPutAllTester.java | 66 expectUnchanged(); in testPutAll_supportedNothing() 75 expectUnchanged(); in testPutAll_unsupportedNothing() 91 expectUnchanged(); in testPutAll_unsupportedNonePresent() 124 expectUnchanged(); in testPutAll_unsupportedSomePresent() 134 expectUnchanged(); in testPutAll_unsupportedAllPresent() 152 expectUnchanged(); in testPutAll_nullKeyUnsupported() 173 expectUnchanged(); in testPutAll_nullValueUnsupported()
|
D | CollectionAddAllTester.java | 54 expectUnchanged(); in testAddAll_supportedNothing() 64 expectUnchanged(); in testAddAll_unsupportedNothing() 81 expectUnchanged(); in testAddAll_unsupportedNonePresent() 102 expectUnchanged(); in testAddAll_unsupportedSomePresent() 127 expectUnchanged(); in testAddAll_unsupportedAllPresent() 152 expectUnchanged(); in testAddAll_nullUnsupported()
|
D | MapRemoveTester.java | 104 expectUnchanged(); in testRemove_notPresent() 128 expectUnchanged(); in testRemove_unsupported() 141 expectUnchanged(); in testRemove_unsupportedNotPresent() 155 expectUnchanged(); in testRemove_nullQueriesNotSupported() 161 expectUnchanged(); in testRemove_nullSupportedMissing() 170 expectUnchanged(); in testRemove_wrongType()
|
D | ListSetTester.java | 84 expectUnchanged(); in testSet_indexTooLow() 95 expectUnchanged(); in testSet_indexTooHigh() 106 expectUnchanged(); in testSet_unsupported() 119 expectUnchanged(); in testSet_unsupportedByEmptyList() 131 expectUnchanged(); in testSet_nullUnsupported()
|
D | ListAddAtIndexTester.java | 65 expectUnchanged(); in testAddAtIndex_unsupportedPresent() 94 expectUnchanged(); in testAddAtIndex_unsupportedNotPresent() 127 expectUnchanged(); in testAddAtIndex_nullUnsupported() 139 expectUnchanged(); in testAddAtIndex_negative() 150 expectUnchanged(); in testAddAtIndex_tooLarge()
|
D | QueuePeekTester.java | 40 expectUnchanged(); in testPeek_empty() 47 expectUnchanged(); in testPeek_size1() 55 expectUnchanged(); in testPeek_sizeMany()
|
D | MapPutTester.java | 114 expectUnchanged(); in testPut_unsupportedNotPresent() 126 expectUnchanged(); in testPut_unsupportedPresentExistingValue() 137 expectUnchanged(); in testPut_unsupportedPresentDifferentValue() 166 expectUnchanged(); in testPut_nullKeyUnsupported() 184 expectUnchanged(); in testPut_nullValueUnsupported() 205 expectUnchanged(); in testPut_replaceWithNullValueUnsupported()
|
D | QueueElementTester.java | 45 expectUnchanged(); in testElement_empty() 52 expectUnchanged(); in testElement_size1() 60 expectUnchanged(); in testElement_sizeMany()
|
D | ListRemoveAtIndexTester.java | 51 expectUnchanged(); in testRemoveAtIndex_unsupported() 61 expectUnchanged(); in testRemoveAtIndex_negative() 71 expectUnchanged(); in testRemoveAtIndex_tooLarge()
|
D | CollectionAddTester.java | 61 expectUnchanged(); in testAdd_unsupportedNotPresent() 73 expectUnchanged(); in testAdd_unsupportedPresent() 92 expectUnchanged(); in testAdd_nullUnsupported()
|
D | CollectionClearTester.java | 57 expectUnchanged(); in testClear_unsupported() 67 expectUnchanged(); in testClear_unsupportedByEmptyCollection()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | MapPutAllTester.java | 63 expectUnchanged(); in testPutAll_supportedNothing() 72 expectUnchanged(); in testPutAll_unsupportedNothing() 88 expectUnchanged(); in testPutAll_unsupportedNonePresent() 121 expectUnchanged(); in testPutAll_unsupportedSomePresent() 131 expectUnchanged(); in testPutAll_unsupportedAllPresent() 149 expectUnchanged(); in testPutAll_nullKeyUnsupported() 170 expectUnchanged(); in testPutAll_nullValueUnsupported()
|
D | CollectionAddAllTester.java | 51 expectUnchanged(); in testAddAll_supportedNothing() 61 expectUnchanged(); in testAddAll_unsupportedNothing() 78 expectUnchanged(); in testAddAll_unsupportedNonePresent() 99 expectUnchanged(); in testAddAll_unsupportedSomePresent() 124 expectUnchanged(); in testAddAll_unsupportedAllPresent() 149 expectUnchanged(); in testAddAll_nullUnsupported()
|
D | ListSetTester.java | 80 expectUnchanged(); in testSet_indexTooLow() 91 expectUnchanged(); in testSet_indexTooHigh() 102 expectUnchanged(); in testSet_unsupported() 115 expectUnchanged(); in testSet_unsupportedByEmptyList() 127 expectUnchanged(); in testSet_nullUnsupported()
|
D | ListAddAtIndexTester.java | 62 expectUnchanged(); in testAddAtIndex_unsupportedPresent() 91 expectUnchanged(); in testAddAtIndex_unsupportedNotPresent() 124 expectUnchanged(); in testAddAtIndex_nullUnsupported() 136 expectUnchanged(); in testAddAtIndex_negative() 147 expectUnchanged(); in testAddAtIndex_tooLarge()
|
D | MapPutTester.java | 111 expectUnchanged(); in testPut_unsupportedNotPresent() 123 expectUnchanged(); in testPut_unsupportedPresentExistingValue() 134 expectUnchanged(); in testPut_unsupportedPresentDifferentValue() 163 expectUnchanged(); in testPut_nullKeyUnsupported() 181 expectUnchanged(); in testPut_nullValueUnsupported() 202 expectUnchanged(); in testPut_replaceWithNullValueUnsupported()
|
D | CollectionAddTester.java | 58 expectUnchanged(); in testAdd_unsupportedNotPresent() 70 expectUnchanged(); in testAdd_unsupportedPresent() 89 expectUnchanged(); in testAdd_nullUnsupported()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapPutIterableTester.java | 97 expectUnchanged(); in testPutAllNullValueSingle_unsupported() 114 expectUnchanged(); in testPutAllNullValueNullLast_unsupported() 139 expectUnchanged(); in testPutAllNullValueNullFirst_unsupported() 166 expectUnchanged(); in testPutAllEmptyCollectionOnAbsentKey() 179 expectUnchanged(); in testPutAllEmptyIterableOnAbsentKey() 186 expectUnchanged(); in testPutAllEmptyIterableOnPresentKey()
|
D | MultimapRemoveEntryTester.java | 49 expectUnchanged(); in testRemoveAbsent() 88 expectUnchanged(); in testRemoveNullKeyAbsent() 94 expectUnchanged(); in testRemoveNullValueAbsent() 105 expectUnchanged(); in testRemoveNullValueForbidden() 116 expectUnchanged(); in testRemoveNullKeyForbidden()
|
D | MultisetAddTester.java | 53 expectUnchanged(); in testAddOccurrencesZero() 102 expectUnchanged(); in testAddAll_emptySet() 108 expectUnchanged(); in testAddAll_emptyMultiset()
|
D | MultisetSetCountConditionallyTester.java | 82 expectUnchanged(); in testSetCountConditional_oldCountTooLarge() 90 expectUnchanged(); in testSetCountConditional_oldCountTooSmallZero()
|