- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGet_outOfBounds (0.05 sec)
-
android/guava-tests/test/com/google/common/collect/FluentIterableTest.java
assertEquals("b", FluentIterable.from(Lists.newArrayList("a", "b", "c")).get(1)); assertEquals("c", FluentIterable.from(Lists.newArrayList("a", "b", "c")).get(2)); } public void testGet_outOfBounds() { assertThrows( IndexOutOfBoundsException.class, () -> FluentIterable.from(Lists.newArrayList("a", "b", "c")).get(-1)); assertThrows( IndexOutOfBoundsException.class,
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 30.5K bytes - Viewed (0)