Package tech.grasshopper.pdf
Class RestAssuredPdfCucumberReport
- java.lang.Object
-
- tech.grasshopper.pdf.PDFCucumberReport
-
- tech.grasshopper.pdf.RestAssuredPdfCucumberReport
-
public class RestAssuredPdfCucumberReport extends tech.grasshopper.pdf.PDFCucumberReport
-
-
Field Summary
Fields Modifier and Type Field Description protected FileAnnotationStorefileAnnotations
-
Constructor Summary
Constructors Constructor Description RestAssuredPdfCucumberReport(tech.grasshopper.pdf.data.ReportData reportData, File reportFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateDetailedSection()protected voidprocessFileAnnotations()-
Methods inherited from class tech.grasshopper.pdf.PDFCucumberReport
createAuthorSection, createDashboardSection, createDeviceSection, createExpandedSection, createFeatureSection, createNotPassedScenarioSection, createReport, createScenarioSection, createSummarySection, createTagSection, processDestinationAnnotations, setParameterConfig, verifyReportConfig
-
-
-
-
Field Detail
-
fileAnnotations
protected FileAnnotationStore fileAnnotations
-
-
Constructor Detail
-
RestAssuredPdfCucumberReport
public RestAssuredPdfCucumberReport(tech.grasshopper.pdf.data.ReportData reportData, File reportFile)
-
-
Method Detail
-
createDetailedSection
protected void createDetailedSection()
- Overrides:
createDetailedSectionin classtech.grasshopper.pdf.PDFCucumberReport
-
processFileAnnotations
protected void processFileAnnotations()
- Overrides:
processFileAnnotationsin classtech.grasshopper.pdf.PDFCucumberReport
-
-