nextest_runner

Module 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§

  • Events for the reporter.
  • Reporting of data in a streaming, structured fashion.

Structs§

  • A subslice of a byte slice.
  • Functionality to report test results to stderr, JUnit, and/or structured, machine-readable results to stdout
  • Test reporter builder.
  • Given an error or failure running a test or script, collects and aggregates the most relevant information related to the issue.

Enums§

Functions§

  • Given a slice, find the index of the point at which highlighting should end.