Module nextest_runner::reporter

source ·
Expand description

Report the results of a test run in human and machine-readable formats.

The main type here is TestReporter, which is constructed via a TestReporterBuilder.

Modules§

  • Functionality for emitting structured, machine readable output in different formats

Structs§

Enums§

Functions§

  • Attempts to heuristically extract a description of the test failure from the output of the test.
  • Given a slice, find the index of the point at which highlighting should end.