Home
last modified time | relevance | path

Searched refs:assertIndexIsOutOfBounds (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DListsTest.java463 assertIndexIsOutOfBounds(list, -1); in checkFooBarBazList()
467 assertIndexIsOutOfBounds(list, 3); in checkFooBarBazList()
474 assertIndexIsOutOfBounds(list, -1); in testAsList1Small()
476 assertIndexIsOutOfBounds(list, 1); in testAsList1Small()
507 assertIndexIsOutOfBounds(list, -1); in testAsList2Small()
510 assertIndexIsOutOfBounds(list, 2); in testAsList2Small()
523 private static void assertIndexIsOutOfBounds(List<String> list, int index) { in assertIndexIsOutOfBounds() method in ListsTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsTest.java463 assertIndexIsOutOfBounds(list, -1); in checkFooBarBazList()
467 assertIndexIsOutOfBounds(list, 3); in checkFooBarBazList()
474 assertIndexIsOutOfBounds(list, -1); in testAsList1Small()
476 assertIndexIsOutOfBounds(list, 1); in testAsList1Small()
507 assertIndexIsOutOfBounds(list, -1); in testAsList2Small()
510 assertIndexIsOutOfBounds(list, 2); in testAsList2Small()
523 private static void assertIndexIsOutOfBounds(List<String> list, int index) { in assertIndexIsOutOfBounds() method in ListsTest