Uses of Class
net.thucydides.core.model.ReportNamer
Packages that use ReportNamer
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ReportNamer in net.thucydides.core.model
Methods in net.thucydides.core.model that return ReportNamerModifier and TypeMethodDescriptionstatic ReportNamerReportNamer.forReportType(ReportType type) ReportNamer.withNoCompression()ReportNamer.withPrefix(String prefix) -
Uses of ReportNamer in net.thucydides.core.reports.html
Constructors in net.thucydides.core.reports.html with parameters of type ReportNamerModifierConstructorDescriptionReportNameProvider(Optional<String> context, ReportNamer reportNamer, RequirementsService requirementsService)