TestimoX

API Reference

Class

JsonReports

Namespace TestimoX.Reporting.Json
Assembly TestimoX

Generates a compact JSON summary of a Testimo run. The JSON includes per‑rule timing, CPU/memory, test totals and individual test outcomes, plus aggregated information/warnings/errors useful for triage.

Inheritance

  • Object
  • JsonReports

Constructors

public JsonReports() #

Methods

public Void GenerateReport(Testimo result, String filePath = "Results.json") #
Returns: Void

Generates a JSON file containing per-rule execution results and overall timing.

Parameters

result TestimoX.Testimo requiredposition: 0
Execution result to serialize (includes per-rule metrics).
filePath System.String = "Results.json" optionalposition: 1
Destination file path; directories are created as needed.