/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListAddAllAtIndexTester.java | 48 expectAdded(0, samples.e0); in testAddAllAtIndex_supportedAllPresent() 67 expectAdded(0, samples.e0, samples.e3); in testAddAllAtIndex_supportedSomePresent() 105 expectAdded(0, samples.e0, samples.e1, samples.e0, samples.e1); in testAddAllAtIndex_withDuplicates() 118 expectAdded(0, (E) null); in testAddAllAtIndex_nullSupported() 140 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle() 148 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
|
D | ListAddAtIndexTester.java | 50 expectAdded(0, samples.e0); in testAddAtIndex_supportedPresent() 71 expectAdded(0, samples.e3); in testAddAtIndex_supportedNotPresent() 102 expectAdded(getNumElements() / 2, samples.e3); in testAddAtIndex_middle() 109 expectAdded(getNumElements(), samples.e3); in testAddAtIndex_end() 116 expectAdded(0, (E) null); in testAddAtIndex_nullSupported()
|
D | MapPutAllTester.java | 81 expectAdded(samples.e3, samples.e4); in testPutAll_supportedNonePresent() 99 expectAdded(samples.e3); in testPutAll_supportedSomePresent() 141 expectAdded(containsNullKey.get(0)); in testPutAll_nullKeySupported() 162 expectAdded(containsNullValue.get(0)); in testPutAll_nullValueSupported()
|
D | QueueOfferTester.java | 39 expectAdded(samples.e3); in testOffer_supportedNotPresent() 45 expectAdded((E) null); in testOffer_nullSupported()
|
D | SetAddAllTester.java | 42 expectAdded(samples.e3); in testAddAll_supportedSomePresent() 51 expectAdded(samples.e3, samples.e4); in testAddAll_withDuplicates()
|
D | MapPutTester.java | 65 expectAdded(samples.e3); in testPut_supportedNotPresent() 143 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent() 174 expectAdded(nullValueEntry); in testPut_nullValueSupported() 235 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
|
D | ListAddAllTester.java | 42 expectAdded(samples.e0); in testAddAll_supportedAllPresent() 62 expectAdded(samples.e0, samples.e1, samples.e0, samples.e1); in testAddAll_withDuplicates()
|
D | CollectionAddTester.java | 51 expectAdded(samples.e3); in testAdd_supportedNotPresent() 81 expectAdded((E) null); in testAdd_nullSupported()
|
D | CollectionAddAllTester.java | 71 expectAdded(samples.e3, samples.e4); in testAddAll_supportedNonePresent() 140 expectAdded((E) null); in testAddAll_nullSupported()
|
D | ListAddTester.java | 46 expectAdded(samples.e0); in testAdd_supportedPresent()
|
D | ListSubListTester.java | 117 expectAdded(0, samples.e3); in testSubList_subListAddAffectsOriginal() 155 expectAdded(2, samples.e3); in testSubList_subListAddAtIndexAffectsOriginalLargeList()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | ListAddAtIndexTester.java | 47 expectAdded(0, samples.e0); in testAddAtIndex_supportedPresent() 68 expectAdded(0, samples.e3); in testAddAtIndex_supportedNotPresent() 99 expectAdded(getNumElements() / 2, samples.e3); in testAddAtIndex_middle() 106 expectAdded(getNumElements(), samples.e3); in testAddAtIndex_end() 113 expectAdded(0, (E) null); in testAddAtIndex_nullSupported()
|
D | MapPutAllTester.java | 78 expectAdded(samples.e3, samples.e4); in testPutAll_supportedNonePresent() 96 expectAdded(samples.e3); in testPutAll_supportedSomePresent() 138 expectAdded(containsNullKey.get(0)); in testPutAll_nullKeySupported() 159 expectAdded(containsNullValue.get(0)); in testPutAll_nullValueSupported()
|
D | MapPutTester.java | 62 expectAdded(samples.e3); in testPut_supportedNotPresent() 140 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent() 171 expectAdded(nullValueEntry); in testPut_nullValueSupported() 232 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
|
D | CollectionAddTester.java | 48 expectAdded(samples.e3); in testAdd_supportedNotPresent() 78 expectAdded((E) null); in testAdd_nullSupported()
|
D | CollectionAddAllTester.java | 68 expectAdded(samples.e3, samples.e4); in testAddAll_supportedNonePresent() 137 expectAdded((E) null); in testAddAll_nullSupported()
|
D | ListAddTester.java | 44 expectAdded(samples.e0); in testAdd_supportedPresent()
|
D | ListSubListTester.java | 113 expectAdded(0, samples.e3); in testSubList_subListAddAffectsOriginal() 151 expectAdded(2, samples.e3); in testSubList_subListAddAtIndexAffectsOriginalLargeList()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractContainerTester.java | 139 protected final void expectAdded(E... elements) { in expectAdded() method in AbstractContainerTester 145 protected final void expectAdded(int index, E... elements) { in expectAdded() method in AbstractContainerTester 146 expectAdded(index, Arrays.asList(elements)); in expectAdded() 149 protected final void expectAdded(int index, Collection<E> elements) { in expectAdded() method in AbstractContainerTester
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapPutTester.java | 48 expectAdded(samples.e0); in testPutWithSameValueFails() 71 expectAdded(samples.e0, samples.e1); in putDistinctKeysDistinctValues() 84 expectAdded(Helpers.mapEntry(k1, v0)); in testForcePutOverwritesOldValueEntry() 97 expectAdded(samples.e0, samples.e1); in testInversePut()
|
D | MultisetAddTester.java | 114 expectAdded(samples.e3, samples.e4, samples.e3); in testAddAll_nonEmptyList() 121 expectAdded(samples.e3, samples.e4, samples.e3); in testAddAll_nonEmptyMultiset()
|