- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncloseAll_nullValue (0.11 sec)
-
android/guava-tests/test/com/google/common/collect/RangeTest.java
} public void testEncloseAll_empty() { assertThrows(NoSuchElementException.class, () -> Range.encloseAll(ImmutableSet.<Integer>of())); } public void testEncloseAll_nullValue() { List<@Nullable Integer> nullFirst = Lists.newArrayList(null, 0); assertThrows(NullPointerException.class, () -> Range.encloseAll((List<Integer>) nullFirst));
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 23.9K bytes - Viewed (0)