Class FeatureReportPage
java.lang.Object
net.masterthought.cucumber.generators.AbstractPage
net.masterthought.cucumber.generators.FeatureReportPage
-
Field Summary
Fields inherited from class net.masterthought.cucumber.generators.AbstractPage
configuration, context, reportResult -
Constructor Summary
ConstructorsConstructorDescriptionFeatureReportPage(ReportResult reportResult, Configuration configuration, Feature feature) -
Method Summary
Modifier and TypeMethodDescriptionReturns HTML file name (with extension) for this report.voidMethods inherited from class net.masterthought.cucumber.generators.AbstractPage
generatePage
-
Constructor Details
-
FeatureReportPage
-
-
Method Details
-
getWebPage
Description copied from class:AbstractPageReturns HTML file name (with extension) for this report.- Specified by:
getWebPagein classAbstractPage- Returns:
- HTML file for the report
-
prepareReport
public void prepareReport()- Specified by:
prepareReportin classAbstractPage
-