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/ |
D | TestMetricsJsonResultReporterTest.java | 143 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()
|
D | CertificationChecksumHelperTest.java | 119 results.testRunStarted(runName, testCount); in createFakeResults()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ConsoleReporterTest.java | 73 mReporter.testRunStarted(ID, 4); in testResultReporting_singleModule() 89 mReporter.testRunStarted(ID, 4); in testResultReporting_multipleModules() 99 mReporter.testRunStarted(ID2, 4); in testResultReporting_multipleModules()
|
D | MetadataReporterTest.java | 99 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/ |
D | ConsoleReporter.java | 74 public void testRunStarted(String id, int numTests) { in testRunStarted() method in ConsoleReporter
|
D | MetadataReporter.java | 94 public void testRunStarted(String id, int numTests) { in testRunStarted() method in MetadataReporter
|