- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateFromIllegalSizes (0.07 sec)
-
guava-tests/test/com/google/common/collect/LinkedHashMultimapTest.java
multimap.put("foo", 1); multimap.put("bar", 2); multimap.put("foo", 3); assertEquals(ImmutableSet.of(1, 3), multimap.get("foo")); } public void testCreateFromIllegalSizes() { assertThrows(IllegalArgumentException.class, () -> LinkedHashMultimap.create(-20, 15)); assertThrows(IllegalArgumentException.class, () -> LinkedHashMultimap.create(20, -15)); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Oct 10 23:13:45 UTC 2025 - 18.7K bytes - Viewed (0)