Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java432 final ArrayList<TestDescription> expectedTestsList = new ArrayList<>(testsList); in testRun_exceedMaxAttempts() local
449 verifyTestFile(expectedTestsList); in testRun_exceedMaxAttempts()
470 verifyTestFile(expectedTestsList.subList(1, expectedTestsList.size())); in testRun_exceedMaxAttempts()
491 verifyTestFile(expectedTestsList.subList(2, expectedTestsList.size())); in testRun_exceedMaxAttempts()