Class TagReportPage
java.lang.Object
net.masterthought.cucumber.generators.AbstractPage
net.masterthought.cucumber.generators.TagReportPage
-
Field Summary
Fields inherited from class net.masterthought.cucumber.generators.AbstractPage
configuration, context, reportResult -
Constructor Summary
ConstructorsConstructorDescriptionTagReportPage(ReportResult reportResult, Configuration configuration, TagObject tagObject) -
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
-
TagReportPage
-
-
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
-