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(net.thucydides.model.domain.TestOutcome testOutcome, File outputDirectory, net.thucydides.model.requirements.RequirementsService requirementsService, net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.issues.IssueTracking issueTracking) -
Method Summary
Modifier and TypeMethodDescriptionvoidtestOutcomeReportsFor(net.thucydides.model.reports.TestOutcomes testOutcomes)
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
HtmlTestOutcomeReportingTask
public HtmlTestOutcomeReportingTask(net.thucydides.model.domain.TestOutcome testOutcome, File outputDirectory, net.thucydides.model.requirements.RequirementsService requirementsService, net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.issues.IssueTracking issueTracking)
-
-
Method Details
-
reportName
- Specified by:
reportNamein interfaceReportingTask
-
generateReports
- Specified by:
generateReportsin interfaceReportingTask- Throws:
IOException
-
testOutcomeReportsFor
public static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(net.thucydides.model.reports.TestOutcomes testOutcomes)
-