- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCreateFromIllegalSize (0.07 sec)
-
android/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java
multimap.put("foo", 1); multimap.put("bar", 2); multimap.put("foo", 3); assertEquals(ImmutableList.of(1, 3), multimap.get("foo")); } public void testCreateFromIllegalSize() { assertThrows(IllegalArgumentException.class, () -> LinkedListMultimap.create(-20)); } public void testLinkedGetAdd() { LinkedListMultimap<String, Integer> map = create();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18K bytes - Viewed (0)