Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java101 Set<TestInfo> testsToRun = in loadTests() local
104 if (testsToRun.isEmpty()) { in loadTests()
117 for (TestInfo test : testsToRun) { in loadTests()
158 for (TestInfo test : testsToRun) { in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java847 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local
848 if (testsToRun == null) { in doTestRun()
850 testsToRun = collectTestsToRun(mRunner, null); in doTestRun()
885 if (testsToRun == null) { in doTestRun()
888 } else if (!testsToRun.isEmpty()) { in doTestRun()
889 runWithRerun(listener, testsToRun); in doTestRun()
DInstrumentationSerialTest.java56 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument
61 mTests = testsToRun; in InstrumentationSerialTest()
DInstrumentationFileTest.java76 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument
91 mTests = testsToRun; in InstrumentationFileTest()