Uses of Interface
net.thucydides.model.reports.AcceptanceTestReporter
Packages that use AcceptanceTestReporter
Package
Description
Thucydides generates reports in HTML and XML by default.
-
Uses of AcceptanceTestReporter in net.thucydides.model.reports
Methods in net.thucydides.model.reports that return types with arguments of type AcceptanceTestReporterModifier and TypeMethodDescriptionstatic List<AcceptanceTestReporter> ReportService.getDefaultReporters()The default reporters applicable for standard test runs.ReportService.getSubscribedReporters()Methods in net.thucydides.model.reports with parameters of type AcceptanceTestReporterConstructor parameters in net.thucydides.model.reports with type arguments of type AcceptanceTestReporterModifierConstructorDescriptionReportService(File outputDirectory, Collection<AcceptanceTestReporter> subscribedReporters) ReportService(File outputDirectory, Collection<AcceptanceTestReporter> subscribedReporters, Collection<AcceptanceTestFullReporter> subscribedFullReporters, EnvironmentVariables environmentVariables) Reports are generated using the test results in a given directory.ReportService(File outputDirectory, Collection<AcceptanceTestReporter> subscribedReporters, EnvironmentVariables environmentVariables) -
Uses of AcceptanceTestReporter in net.thucydides.model.reports.json
Classes in net.thucydides.model.reports.json that implement AcceptanceTestReporter