Class FeatureReportPage
- java.lang.Object
-
- net.masterthought.cucumber.generators.AbstractPage
-
- net.masterthought.cucumber.generators.FeatureReportPage
-
public class FeatureReportPage extends AbstractPage
-
-
Field Summary
-
Fields inherited from class net.masterthought.cucumber.generators.AbstractPage
configuration, context, reportResult
-
-
Constructor Summary
Constructors Constructor Description FeatureReportPage(ReportResult reportResult, Configuration configuration, Feature feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWebPage()Returns HTML file name (with extension) for this report.voidprepareReport()-
Methods inherited from class net.masterthought.cucumber.generators.AbstractPage
generatePage
-
-
-
-
Constructor Detail
-
FeatureReportPage
public FeatureReportPage(ReportResult reportResult, Configuration configuration, Feature feature)
-
-
Method Detail
-
getWebPage
public String 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
-
-