Package de.hsh.graja.regression.report
Class ReportGenerator
java.lang.Object
de.hsh.graja.regression.report.ReportGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Used to instructgenerateReport(Logging, List, Path)
to render a report. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
generateReport
(Logging log, List<ReportGenerator.ReportRenderRequest> requests, Path baseDir) Render a report containing the results of several requests
-
Field Details
-
ATTACHMENT_BASE64
- See Also:
-
-
Method Details
-
generateReport
public static void generateReport(Logging log, List<ReportGenerator.ReportRenderRequest> requests, Path baseDir) throws IOException Render a report containing the results of several requests- Parameters:
requests
- to renderbaseDir
- to render the report in- Throws:
IOException
-