| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.html |
| Modifier and Type | Method and Description |
|---|---|
static ReportType |
ReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportType[] |
ReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportNamer |
ReportNamer.forReportType(ReportType type) |
String |
TestOutcome.getReportName(ReportType type) |
String |
Story.getReportName(ReportType type)
Find the name of the report for this story for the specified report type (XML, HTML,...).
|
String |
TestOutcome.getSimpleReportName(ReportType type) |
static String |
Stories.reportFor(Story story,
ReportType type) |
| Constructor and Description |
|---|
ReportNamer(ReportType type,
boolean compressedFilename) |
| Constructor and Description |
|---|
ReportNameProvider(Optional<String> context,
ReportType type) |
ReportNameProvider(Optional<String> context,
ReportType reportType,
RequirementsService requirementsService) |
Copyright © 2022. All rights reserved.