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.java70 Set<TestMapping.TestInfo> testsToRun = TestMapping.getTests(getBuildInfo(), mTestGroup); in loadTests() local
71 if (testsToRun.isEmpty()) { in loadTests()
80 for (TestMapping.TestInfo test : testsToRun) { in loadTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationSerialTest.java54 InstrumentationTest instrumentationTest, Collection<TestDescription> testsToRun) in InstrumentationSerialTest() argument
59 mTests = testsToRun; in InstrumentationSerialTest()
DInstrumentationFileTest.java74 Collection<TestDescription> testsToRun, in InstrumentationFileTest() argument
88 mTests = testsToRun; in InstrumentationFileTest()
DInstrumentationTest.java802 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun() local
803 if (testsToRun == null) { in doTestRun()
805 testsToRun = collectTestsToRun(mRunner, null); in doTestRun()
824 if (testsToRun == null) { in doTestRun()
827 } else if (!testsToRun.isEmpty()) { in doTestRun()
828 runWithRerun(listener, testsToRun); in doTestRun()