public class HtmlTestOutcomeReportingTask extends java.lang.Object implements ReportingTask
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
| Constructor and Description |
|---|
HtmlTestOutcomeReportingTask(net.thucydides.core.model.TestOutcome testOutcome,
java.io.File outputDirectory,
net.thucydides.core.requirements.RequirementsService requirementsService,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
net.thucydides.core.issues.IssueTracking issueTracking) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReports() |
static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder |
testOutcomeReportsFor(net.thucydides.core.reports.TestOutcomes testOutcomes) |
public HtmlTestOutcomeReportingTask(net.thucydides.core.model.TestOutcome testOutcome,
java.io.File outputDirectory,
net.thucydides.core.requirements.RequirementsService requirementsService,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
net.thucydides.core.issues.IssueTracking issueTracking)
public void generateReports()
throws java.io.IOException
generateReports in interface ReportingTaskjava.io.IOExceptionpublic static HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder testOutcomeReportsFor(net.thucydides.core.reports.TestOutcomes testOutcomes)