Uses of Class
net.masterthought.cucumber.ReportResult
Packages that use ReportResult
-
Uses of ReportResult in net.masterthought.cucumber.generators
Fields in net.masterthought.cucumber.generators declared as ReportResultModifier and TypeFieldDescriptionprotected final ReportResultAbstractPage.reportResultResults of the report.Constructors in net.masterthought.cucumber.generators with parameters of type ReportResultModifierConstructorDescriptionprotectedAbstractPage(ReportResult reportResult, String templateFileName, Configuration configuration) ErrorPage(ReportResult reportResult, Configuration configuration, Exception exception, List<String> jsonFiles) FailuresOverviewPage(ReportResult reportResult, Configuration configuration) FeatureReportPage(ReportResult reportResult, Configuration configuration, Feature feature) FeaturesOverviewPage(ReportResult reportResult, Configuration configuration) StepsOverviewPage(ReportResult reportResult, Configuration configuration) TagReportPage(ReportResult reportResult, Configuration configuration, TagObject tagObject) TagsOverviewPage(ReportResult reportResult, Configuration configuration) TrendsOverviewPage(ReportResult reportResult, Configuration configuration, Trends trends)