Package net.thucydides.core.reports.html
Class TagTypeReportingTask
- java.lang.Object
-
- net.thucydides.core.reports.html.BaseReportingTask
-
- net.thucydides.core.reports.html.TagTypeReportingTask
-
- All Implemented Interfaces:
ReportingTask
public class TagTypeReportingTask extends BaseReportingTask implements ReportingTask
-
-
Field Summary
-
Fields inherited from class net.thucydides.core.reports.html.BaseReportingTask
LOGGER
-
-
Constructor Summary
Constructors Constructor Description TagTypeReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportNameProvider, TestOutcomes testOutcomes)
-
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
-
TagTypeReportingTask
public TagTypeReportingTask(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportNameProvider, TestOutcomes testOutcomes)
-
-
Method Detail
-
generateReports
public void generateReports() throws IOException- Specified by:
generateReportsin interfaceReportingTask- Specified by:
generateReportsin classBaseReportingTask- Throws:
IOException
-
-