Home
last modified time | relevance | path

Searched refs:expectAdded (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListAddAllAtIndexTester.java48 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()
DListAddAtIndexTester.java50 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()
DMapPutAllTester.java81 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()
DQueueOfferTester.java39 expectAdded(samples.e3); in testOffer_supportedNotPresent()
45 expectAdded((E) null); in testOffer_nullSupported()
DSetAddAllTester.java42 expectAdded(samples.e3); in testAddAll_supportedSomePresent()
51 expectAdded(samples.e3, samples.e4); in testAddAll_withDuplicates()
DMapPutTester.java65 expectAdded(samples.e3); in testPut_supportedNotPresent()
143 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent()
174 expectAdded(nullValueEntry); in testPut_nullValueSupported()
235 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
DListAddAllTester.java42 expectAdded(samples.e0); in testAddAll_supportedAllPresent()
62 expectAdded(samples.e0, samples.e1, samples.e0, samples.e1); in testAddAll_withDuplicates()
DCollectionAddTester.java51 expectAdded(samples.e3); in testAdd_supportedNotPresent()
81 expectAdded((E) null); in testAdd_nullSupported()
DCollectionAddAllTester.java71 expectAdded(samples.e3, samples.e4); in testAddAll_supportedNonePresent()
140 expectAdded((E) null); in testAddAll_nullSupported()
DListAddTester.java46 expectAdded(samples.e0); in testAdd_supportedPresent()
DListSubListTester.java117 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/
DListAddAtIndexTester.java47 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()
DMapPutAllTester.java78 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()
DMapPutTester.java62 expectAdded(samples.e3); in testPut_supportedNotPresent()
140 expectAdded(nullKeyEntry); in testPut_nullKeySupportedNotPresent()
171 expectAdded(nullValueEntry); in testPut_nullValueSupported()
232 expectAdded(nullKeyValueEntry); in testPut_nullKeyAndValueSupported()
DCollectionAddTester.java48 expectAdded(samples.e3); in testAdd_supportedNotPresent()
78 expectAdded((E) null); in testAdd_nullSupported()
DCollectionAddAllTester.java68 expectAdded(samples.e3, samples.e4); in testAddAll_supportedNonePresent()
137 expectAdded((E) null); in testAddAll_nullSupported()
DListAddTester.java44 expectAdded(samples.e0); in testAdd_supportedPresent()
DListSubListTester.java113 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/
DAbstractContainerTester.java139 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/
DBiMapPutTester.java48 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()
DMultisetAddTester.java114 expectAdded(samples.e3, samples.e4, samples.e3); in testAddAll_nonEmptyList()
121 expectAdded(samples.e3, samples.e4, samples.e3); in testAddAll_nonEmptyMultiset()