Searched refs:fooReference2 (Results 1 – 2 of 2) sorted by relevance
85 String fooReference2 = new String("foo"); in testRemoveEqualKeyWithDifferentReference() local86 assertThat(fooReference1).isNotSameInstanceAs(fooReference2); in testRemoveEqualKeyWithDifferentReference()90 assertThat(mapCache.remove(fooReference2)).isEqualTo("bar"); in testRemoveEqualKeyWithDifferentReference()