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