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