Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DTestMetricsJsonResultReporterTest.java143 mResultReporter.testRunStarted("run", 1); in testReportLogFileIsGenerated_Default_File_Name()
166 mResultReporter.testRunStarted("run", 1); in testReportLogFileIsGenerated_Custom_File_Name()
192 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_No_Test_Name_Mapping()
219 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_Test_Name_Mapping_Provided()
243 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_Report_All_Metrics()
273 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_Report_Metrics_For_Given_Keys()
306 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_Missing_Keys()
345 mResultReporter.testRunStarted("run", 1); in testReportLogValidateContent_Multiple_Tests()
DCertificationChecksumHelperTest.java119 results.testRunStarted(runName, testCount); in createFakeResults()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java73 mReporter.testRunStarted(ID, 4); in testResultReporting_singleModule()
89 mReporter.testRunStarted(ID, 4); in testResultReporting_multipleModules()
99 mReporter.testRunStarted(ID2, 4); in testResultReporting_multipleModules()
DMetadataReporterTest.java99 mReporter.testRunStarted(ID, 3); in testResultReportingFastTests()
111 mReporter.testRunStarted(ID, 3); in testResultReportingSlowTests()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java74 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ConsoleReporter
DMetadataReporter.java94 public void testRunStarted(String id, int numTests) { in testRunStarted() method in MetadataReporter