Searched defs:expectedCollection (Results 1 – 3 of 3) sorted by relevance
130 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToGet() local151 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMap() local181 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMapEntrySet() local
173 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToGet() local193 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToAsMapGet() local221 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToAsMapEntrySet() local
49 @Override protected void expectContents(Collection<E> expectedCollection) { in expectContents()