Uses of Record Class
org.ek9lang.compiler.fuzz.FuzzReport
Packages that use FuzzReport
-
Uses of FuzzReport in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return FuzzReportModifier and TypeMethodDescriptionFuzzStatistics.snapshot()Take a thread-safe snapshot of current statistics for reporting.Methods in org.ek9lang.compiler.fuzz with parameters of type FuzzReportModifier and TypeMethodDescriptionvoidFuzzJsonReporter.appendSnapshot(FuzzReport report, Path crashDir) Append a single snapshot line to the JSONL time-series file.voidFuzzHtmlReporter.generateReport(FuzzReport report, Path baseDir) Generate the HTML dashboard from a fuzz report snapshot.voidFuzzJsonReporter.generateReport(FuzzReport report, Path crashDir) Generate the final JSON report file.voidFuzzReporter.printFinalReport(FuzzReport report) Print the comprehensive final report.voidFuzzReporter.printStatusLine(FuzzReport report) Print a one-line status update to stdout.voidFuzzReporter.printTerseSummary(FuzzReport report) Print a single terse summary line for CI pass/fail gating.