Class ErrorPage
java.lang.Object
net.masterthought.cucumber.generators.AbstractPage
net.masterthought.cucumber.generators.ErrorPage
-
Field Summary
Fields inherited from class net.masterthought.cucumber.generators.AbstractPage
configuration, context, reportResult -
Constructor Summary
ConstructorsConstructorDescriptionErrorPage(ReportResult reportResult, Configuration configuration, Exception exception, List<String> jsonFiles) -
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
-
ErrorPage
public ErrorPage(ReportResult reportResult, Configuration configuration, Exception exception, List<String> jsonFiles)
-
-
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
-