Package de.smartsquare.squit.report
Class HtmlReportWriter
-
- All Implemented Interfaces:
public final class HtmlReportWriterObject for writing the Squit HTML report.
-
-
Constructor Summary
Constructors Constructor Description HtmlReportWriter(Logger logger)
-
Method Summary
Modifier and Type Method Description final UnitwriteReport(List<SquitResult> results, Path reportDirectoryPath, MediaTypeConfig mediaTypeConfig)Generates and writes the Squit HTML report, given the results list and reportDirectoryPath. -
-
Constructor Detail
-
HtmlReportWriter
HtmlReportWriter(Logger logger)
-
-
Method Detail
-
writeReport
final Unit writeReport(List<SquitResult> results, Path reportDirectoryPath, MediaTypeConfig mediaTypeConfig)
Generates and writes the Squit HTML report, given the results list and reportDirectoryPath.
-
-
-
-