Searched defs:report (Results 1 – 9 of 9) sorted by relevance
93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData() local98 ReportLog report = ReportLog.parse(String.format(SUMMARY_XML, "testParse_summaryOnly:125")); in testParse_summaryOnly() local104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full() local
235 ReportLog report = new ReportLog(); in testSerialization() local324 ReportLog report = new ReportLog(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local614 ReportLog report = moduleBTest4.getReportLog(); in checkResult() local
76 void setReportLog(ReportLog report); in setReportLog()120 void passed(ReportLog report); in passed()
123 public void setReportLog(ReportLog report) { in setReportLog()196 public void passed(ReportLog report) { in passed()
368 ReportLog report = new ReportLog(); in parse() local
543 ReportLog report = r.getReportLog(); in writeResults() local
135 private void insertTestReport(TestReportMessage report) { in insertTestReport()423 private void insertTestPlanReport(TestPlanReportMessage report) { in insertTestPlanReport()
385 File report = null; in postFormattingStep() local599 File report = new File(inputXml.getParentFile(), HTLM_REPORT_NAME); in createReport() local
378 ReportLog report = null; in testEnded() local