Uses of Class
net.thucydides.core.model.ReportType
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.html |
-
Uses of ReportType in net.thucydides.core.model
Methods in net.thucydides.core.model that return ReportType Modifier and Type Method Description static ReportTypeReportType. valueOf(java.lang.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 Modifier and Type Method Description static ReportNamerReportNamer. forReportType(ReportType type)java.lang.StringStory. getReportName(ReportType type)Find the name of the report for this story for the specified report type (XML, HTML,...).java.lang.StringTestOutcome. getReportName(ReportType type)java.lang.StringTestOutcome. getSimpleReportName(ReportType type)static java.lang.StringStories. reportFor(Story story, ReportType type)Constructors in net.thucydides.core.model with parameters of type ReportType Constructor Description ReportNamer(ReportType type, boolean compressedFilename) -
Uses of ReportType in net.thucydides.core.reports.html
Constructors in net.thucydides.core.reports.html with parameters of type ReportType Constructor Description ReportNameProvider(java.util.Optional<java.lang.String> context, ReportType type)ReportNameProvider(java.util.Optional<java.lang.String> context, ReportType type, RequirementsService requirementsService)