Package net.thucydides.core.reports.html
Interface ReportingTask
-
- All Known Implementing Classes:
AggregateReportingTask,BaseReportingTask,ErrorTypeReportingTask,HtmlTestOutcomeReportingTask,ResultReportingTask,TagReportingTask,TagTypeReportingTask,TextSummaryReportTask
public interface ReportingTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReports()
-
-
-
Method Detail
-
generateReports
void generateReports() throws IOException- Throws:
IOException
-
-