Uses of Class
net.thucydides.core.model.ReportNamer
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.reports.html |
-
Uses of ReportNamer in net.thucydides.core.model
Methods in net.thucydides.core.model that return ReportNamer Modifier and Type Method Description static ReportNamerReportNamer. forReportType(ReportType type)ReportNamerReportNamer. withNoCompression()ReportNamerReportNamer. withPrefix(java.lang.String prefix) -
Uses of ReportNamer in net.thucydides.core.reports.html
Constructors in net.thucydides.core.reports.html with parameters of type ReportNamer Constructor Description ReportNameProvider(java.util.Optional<java.lang.String> context, ReportNamer reportNamer, RequirementsService requirementsService)