public class ResultReportingTask extends BaseReportingTask implements ReportingTask
| Constructor and Description |
|---|
ResultReportingTask(FreemarkerContext freemarker,
net.thucydides.core.util.EnvironmentVariables environmentVariables,
java.io.File outputDirectory,
net.thucydides.core.reports.TestOutcomes testOutcomes,
net.thucydides.core.reports.html.ReportNameProvider reportNameProvider,
net.thucydides.core.model.TestTag tag,
java.lang.String testResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
generateReports() |
int |
hashCode() |
java.lang.String |
toString() |
public ResultReportingTask(FreemarkerContext freemarker, net.thucydides.core.util.EnvironmentVariables environmentVariables, java.io.File outputDirectory, net.thucydides.core.reports.TestOutcomes testOutcomes, net.thucydides.core.reports.html.ReportNameProvider reportNameProvider, net.thucydides.core.model.TestTag tag, java.lang.String testResult)
public void generateReports()
throws java.io.IOException
generateReports in interface ReportingTaskgenerateReports in class BaseReportingTaskjava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object