- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSubList_startNegative (0.1 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java
// @Ignore affects the Android test runner, which respects JUnit 4 annotations on JUnit 3 tests. @SuppressWarnings("JUnit4ClassUsedInJUnit3") public class ListSubListTester<E> extends AbstractListTester<E> { public void testSubList_startNegative() { assertThrows(IndexOutOfBoundsException.class, () -> getList().subList(-1, 0)); } public void testSubList_endTooLarge() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 13.5K bytes - Viewed (0)