Searched refs:testStarted (Results 1 – 6 of 6) sorted by relevance
144 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()
122 results.testStarted(test); in createFakeResults()
110 mReporter.testStarted(test1); in runTests()115 mReporter.testStarted(test2); in runTests()121 mReporter.testStarted(test3); in runTests()127 mReporter.testStarted(test4); in runTests()
124 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()
96 public void testStarted(TestDescription test) { in testStarted() method in ConsoleReporter
99 public void testStarted(TestDescription test, long startTime) { in testStarted() method in MetadataReporter