Home
last modified time | relevance | path

Searched defs:expectedCollection (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveEntryTester.java130 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToGet() local
151 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMap() local
181 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMapEntrySet() local
DMultimapPutTester.java173 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToGet() local
193 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToAsMapGet() local
221 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToAsMapEntrySet() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DAbstractListTester.java49 @Override protected void expectContents(Collection<E> expectedCollection) { in expectContents()