Uses of Interface
net.thucydides.core.reports.html.ReportingTask
-
Packages that use ReportingTask Package Description net.thucydides.core.reports.html HTML Report generation. -
-
Uses of ReportingTask in net.thucydides.core.reports.html
Classes in net.thucydides.core.reports.html that implement ReportingTask Modifier and Type Class Description classAggregateReportingTaskclassBaseReportingTaskclassErrorTypeReportingTaskclassHtmlTestOutcomeReportingTaskclassResultReportingTaskclassTagReportingTaskclassTagTypeReportingTaskclassTextSummaryReportTaskMethods in net.thucydides.core.reports.html that return types with arguments of type ReportingTask Modifier and Type Method Description static Set<ReportingTask>RequirementsReports. requirementsReportsFor(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportNameProvider, RequirementsOutcomeFactory requirementsFactory, RequirementsService requirementsService, String relativeLink, TestOutcomes testOutcomes, RequirementsOutcomes requirementsOutcomes)static List<ReportingTask>ResultReports. resultReportsFor(TestOutcomes testOutcomes, FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportNameProvider)Set<ReportingTask>HtmlTestOutcomeReportingTask.TestOutcomeReportBuilder. using(EnvironmentVariables environmentVariables, RequirementsService requirementsService, File outputDirectory, IssueTracking issueTracking)Set<ReportingTask>TagReportingTask.TagReportBuilder. using(FreemarkerContext freemarker, EnvironmentVariables environmentVariables, File outputDirectory, ReportNameProvider reportName, List<TestTag> allTags, List<String> knownRequirementReportNames)
-