- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEncloseAll_nullValue (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 24.2K bytes - Click Count (0)