Uses of Interface
net.thucydides.core.reports.AcceptanceTestReporter
Packages that use AcceptanceTestReporter
Package
Description
Thucydides generates reports in HTML and XML by default.
XML Report generation.
-
Uses of AcceptanceTestReporter in net.thucydides.core.reports
Methods in net.thucydides.core.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.core.reports with parameters of type AcceptanceTestReporterConstructor parameters in net.thucydides.core.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.core.reports.json
Classes in net.thucydides.core.reports.json that implement AcceptanceTestReporter -
Uses of AcceptanceTestReporter in net.thucydides.core.reports.xml
Classes in net.thucydides.core.reports.xml that implement AcceptanceTestReporterModifier and TypeClassDescriptionclassDeprecated.XML outputs are no longer supported.