- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRemoveEqualKeyWithDifferentReference (0.41 sec)
-
guava-tests/test/com/google/common/graph/MapCacheTest.java
assertThat(mapCache.put("key", "new value")).isEqualTo("value"); assertThat(mapCache.get("key")).isEqualTo("new value"); } @Test public void testRemoveEqualKeyWithDifferentReference() { String fooReference1 = new String("foo"); String fooReference2 = new String("foo"); assertThat(fooReference1).isNotSameInstanceAs(fooReference2);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 3.2K bytes - Viewed (0)