Package net.thucydides.core.reports.html
Class HtmlTestOutcomeReportingTask
java.lang.Object
net.thucydides.core.reports.html.HtmlTestOutcomeReportingTask
- All Implemented Interfaces:
ReportingTask
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHtmlTestOutcomeReportingTask(TestOutcome testOutcome, File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking) -
Method Summary
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
HtmlTestOutcomeReportingTask
public HtmlTestOutcomeReportingTask(TestOutcome testOutcome, File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking)
-
-
Method Details
-
reportName
- Specified by:
reportNamein interfaceReportingTask
-
generateReports
- Specified by:
generateReportsin interfaceReportingTask- Throws:
IOException
-
testOutcomeReportsFor
public static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(TestOutcomes testOutcomes)
-