Uses of Interface
net.thucydides.core.reports.AcceptanceTestReporter
| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.json | |
| net.thucydides.core.reports.xml |
XML Report generation.
|
-
Uses of AcceptanceTestReporter in net.thucydides.core.reports
Methods in net.thucydides.core.reports that return types with arguments of type AcceptanceTestReporter Modifier and Type Method Description static java.util.List<AcceptanceTestReporter>ReportService. getDefaultReporters()The default reporters applicable for standard test runs.java.util.List<AcceptanceTestReporter>ReportService. getSubscribedReporters()Methods in net.thucydides.core.reports with parameters of type AcceptanceTestReporter Modifier and Type Method Description voidReportService. subscribe(AcceptanceTestReporter reporter)Constructor parameters in net.thucydides.core.reports with type arguments of type AcceptanceTestReporter Constructor Description ReportService(java.io.File outputDirectory, java.util.Collection<AcceptanceTestReporter> subscribedReporters)ReportService(java.io.File outputDirectory, java.util.Collection<AcceptanceTestReporter> subscribedReporters, java.util.Collection<AcceptanceTestFullReporter> subscribedFullReporters, EnvironmentVariables environmentVariables)Reports are generated using the test results in a given directory.ReportService(java.io.File outputDirectory, java.util.Collection<AcceptanceTestReporter> subscribedReporters, EnvironmentVariables environmentVariables) -
Uses of AcceptanceTestReporter in net.thucydides.core.reports.json
Classes in net.thucydides.core.reports.json that implement AcceptanceTestReporter Modifier and Type Class Description classJSONTestOutcomeReporter -
Uses of AcceptanceTestReporter in net.thucydides.core.reports.xml
Classes in net.thucydides.core.reports.xml that implement AcceptanceTestReporter Modifier and Type Class Description classXMLTestOutcomeReporterDeprecated.XML outputs are no longer supported.