Package net.thucydides.core.reports.html
Class HtmlTestOutcomeReportingTask
- java.lang.Object
-
- net.thucydides.core.reports.html.HtmlTestOutcomeReportingTask
-
- All Implemented Interfaces:
ReportingTask
public class HtmlTestOutcomeReportingTask extends Object implements ReportingTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHtmlTestOutcomeReportingTask.TestOutcomeReportBuilder
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description HtmlTestOutcomeReportingTask(TestOutcome testOutcome, File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateReports()static HtmlTestOutcomeReportingTask.TestOutcomeReportBuildertestOutcomeReportsFor(TestOutcomes testOutcomes)
-
-
-
Constructor Detail
-
HtmlTestOutcomeReportingTask
public HtmlTestOutcomeReportingTask(TestOutcome testOutcome, File outputDirectory, RequirementsService requirementsService, EnvironmentVariables environmentVariables, IssueTracking issueTracking)
-
-
Method Detail
-
generateReports
public void generateReports() throws IOException- Specified by:
generateReportsin interfaceReportingTask- Throws:
IOException
-
testOutcomeReportsFor
public static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(TestOutcomes testOutcomes)
-
-