Class JsonReportGenerator
java.lang.Object
io.github.mov2day.unifiedtest.reporting.JsonReportGenerator
Generates JSON test reports from UnifiedTest results.
Creates structured JSON output that can be consumed by other tools or systems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerate(org.gradle.api.Project project, org.gradle.api.tasks.testing.Test testTask, UnifiedTestResultCollector collector)
-
Constructor Details
-
JsonReportGenerator
public JsonReportGenerator()
-
-
Method Details
-
generate
public static void generate(org.gradle.api.Project project, org.gradle.api.tasks.testing.Test testTask, UnifiedTestResultCollector collector)
-