class TestResultWriter

Static utility class for writing test results to various formats.

Public

Methods

staticWriteToJSON

static void WriteToJSON(const Path &outputPath, const Vector<TestSuiteResult> &results)

Writes test results to a JSON file.

outputPath
Path to the output JSON file.
results
Test suite results to write.

staticWriteToConsole

static void WriteToConsole(const Vector<TestSuiteResult> &results)

Writes test results to stdout with colored output.

results
Test suite results to write.