Home
last modified time | relevance | path

Searched refs:testStarted (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.java144 mResultReporter.testStarted(testId); in testReportLogFileIsGenerated_Default_File_Name()
167 mResultReporter.testStarted(testId); in testReportLogFileIsGenerated_Custom_File_Name()
193 mResultReporter.testStarted(testId); in testReportLogValidateContent_No_Test_Name_Mapping()
220 mResultReporter.testStarted(testId); in testReportLogValidateContent_Test_Name_Mapping_Provided()
244 mResultReporter.testStarted(testId); in testReportLogValidateContent_Report_All_Metrics()
274 mResultReporter.testStarted(testId); in testReportLogValidateContent_Report_Metrics_For_Given_Keys()
307 mResultReporter.testStarted(testId); in testReportLogValidateContent_Missing_Keys()
346 mResultReporter.testStarted(fooTestId); in testReportLogValidateContent_Multiple_Tests()
348 mResultReporter.testStarted(barTestId); in testReportLogValidateContent_Multiple_Tests()
DCertificationChecksumHelperTest.java122 results.testStarted(test); in createFakeResults()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java110 mReporter.testStarted(test1); in runTests()
115 mReporter.testStarted(test2); in runTests()
121 mReporter.testStarted(test3); in runTests()
127 mReporter.testStarted(test4); in runTests()
DMetadataReporterTest.java124 mReporter.testStarted(test1, 0L); in runTests()
128 mReporter.testStarted(test2, 0L); in runTests()
132 mReporter.testStarted(test3, 0L); in runTests()
137 mReporter.testStarted(test4, 0L); in runTests()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java96 public void testStarted(TestDescription test) { in testStarted() method in ConsoleReporter
DMetadataReporter.java99 public void testStarted(TestDescription test, long startTime) { in testStarted() method in MetadataReporter