Package net.thucydides.core.reports.html
Class ResultReportingTask
- java.lang.Object
-
- net.thucydides.core.reports.html.BaseReportingTask
-
- net.thucydides.core.reports.html.ResultReportingTask
-
- All Implemented Interfaces:
ReportingTask
public class ResultReportingTask extends BaseReportingTask implements ReportingTask
-
-
Field Summary
-
Fields inherited from class net.thucydides.core.reports.html.BaseReportingTask
LOGGER
-
-
Constructor Summary
Constructors Constructor Description ResultReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, TestOutcomes testOutcomes, ReportNameProvider reportNameProvider, TestTag tag, String testResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidgenerateReports()inthashCode()StringtoString()-
Methods inherited from class net.thucydides.core.reports.html.BaseReportingTask
generateCSVReportFor, generateReportPage, mergeTemplate
-
-
-
-
Constructor Detail
-
ResultReportingTask
public ResultReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, TestOutcomes testOutcomes, ReportNameProvider reportNameProvider, TestTag tag, String testResult)
-
-
Method Detail
-
generateReports
public void generateReports() throws IOException- Specified by:
generateReportsin interfaceReportingTask- Specified by:
generateReportsin classBaseReportingTask- Throws:
IOException
-
-