Home
last modified time | relevance | path

Searched refs:fooReference2 (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/graph/
DMapCacheTest.java85 String fooReference2 = new String("foo"); in testRemoveEqualKeyWithDifferentReference() local
86 assertThat(fooReference1).isNotSameInstanceAs(fooReference2); in testRemoveEqualKeyWithDifferentReference()
90 assertThat(mapCache.remove(fooReference2)).isEqualTo("bar"); in testRemoveEqualKeyWithDifferentReference()
/external/guava/guava-tests/test/com/google/common/graph/
DMapCacheTest.java85 String fooReference2 = new String("foo"); in testRemoveEqualKeyWithDifferentReference() local
86 assertThat(fooReference1).isNotSameInstanceAs(fooReference2); in testRemoveEqualKeyWithDifferentReference()
90 assertThat(mapCache.remove(fooReference2)).isEqualTo("bar"); in testRemoveEqualKeyWithDifferentReference()