Class HtmlReportGenerator
java.lang.Object
io.github.mov2day.unifiedtest.reporting.HtmlReportGenerator
Generates an HTML report for UnifiedTest results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerate(org.gradle.api.Project project, List<UnifiedTestResult> results) Generates an HTML report file from the given test results.
-
Constructor Details
-
HtmlReportGenerator
public HtmlReportGenerator()
-
-
Method Details
-
generate
Generates an HTML report file from the given test results.- Parameters:
project- the Gradle projectresults- the list of test results
-