|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportType | |
|---|---|
| net.thucydides.core.model | The Thucydides domain model, which represents acceptance test runs. |
| Uses of ReportType in net.thucydides.core.model |
|---|
| Methods in net.thucydides.core.model that return ReportType | |
|---|---|
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. |
| Methods in net.thucydides.core.model with parameters of type ReportType | |
|---|---|
static ReportNamer |
ReportNamer.forReportType(ReportType type)
|
String |
TestOutcome.getReportName(ReportType type)
|
String |
StoryTestResults.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||