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§
- Status level to show at the end of test runs in the reporter output.
- Standard error destination for the reporter.
- Status level to show in the reporter output.
- When to display test output in the reporter.
- A part of a test output that identifies the most relevant location of a test failure.
Functions§
- Given a slice, find the index of the point at which highlighting should end.