Uses of Enum
net.thucydides.model.domain.ReportType
Packages that use ReportType
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ReportType in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return ReportTypeModifier and TypeMethodDescriptionstatic ReportTypeReturns 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.model.domain with parameters of type ReportTypeModifier and TypeMethodDescriptionstatic ReportNamerReportNamer.forReportType(ReportType type) Story.getReportName(ReportType type) Find the name of the report for this story for the specified report type (XML, HTML,...).TestOutcome.getReportName(ReportType type) TestOutcome.getSimpleReportName(ReportType type) static StringStories.reportFor(Story story, ReportType type) Constructors in net.thucydides.model.domain with parameters of type ReportType -
Uses of ReportType in net.thucydides.model.reports.html
Constructors in net.thucydides.model.reports.html with parameters of type ReportTypeModifierConstructorDescriptionprotectedReportNameProvider(Optional<String> context, ReportType type) ReportNameProvider(Optional<String> context, ReportType reportType, RequirementsService requirementsService)