Package de.smartsquare.squit.report
Class XmlReportWriter
-
- All Implemented Interfaces:
public final class XmlReportWriterObject for writing the Squit XML/JUnit report.
-
-
Constructor Summary
Constructors Constructor Description XmlReportWriter()
-
Method Summary
Modifier and Type Method Description final UnitwriteReport(List<SquitResult> result, Path reportFilePath)Generates and writes the Squit XML/JUnit report, given the result list and reportFilePath. -
-
Method Detail
-
writeReport
final Unit writeReport(List<SquitResult> result, Path reportFilePath)
Generates and writes the Squit XML/JUnit report, given the result list and reportFilePath.
-
-
-
-