| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.html |
XML Report generation.
|
| net.thucydides.core.reports.json | |
| net.thucydides.core.reports.xml |
XML Report generation.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AcceptanceTestReporter> |
ReportService.getDefaultReporters()
The default reporters applicable for standard test runs.
|
List<AcceptanceTestReporter> |
ReportService.getSubscribedReporters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportService.subscribe(AcceptanceTestReporter reporter) |
| Constructor and Description |
|---|
ReportService(File outputDirectory,
Collection<AcceptanceTestReporter> subscribedReporters)
Reports are generated using the test results in a given directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlAcceptanceTestReporter
Generates acceptance test results in HTML form.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONTestOutcomeReporter |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTestOutcomeReporter
Generates acceptance test results in XML form.
|
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.