- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testOfEntriesNull (0.96 seconds)
-
android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java
} public void testOfEntries() { assertMapEquals(ImmutableBiMap.ofEntries(entry("one", 1), entry("two", 2)), "one", 1, "two", 2); } public void testOfEntriesNull() { Entry<@Nullable Integer, Integer> nullKey = entry(null, 23); assertThrows( NullPointerException.class, () -> ImmutableBiMap.ofEntries((Entry<Integer, Integer>) nullKey));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 21.4K bytes - Click Count (0)