- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCreateFromIllegalSizes (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Oct 10 23:13:45 GMT 2025 - 18.7K bytes - Click Count (0)