Expand description
Report the results of a test run in human and machine-readable formats.
The main type here is Reporter
, which is constructed via a ReporterBuilder
.
Modules§
- events
- Events for the reporter.
- structured
- Reporting of data in a streaming, structured fashion.
Structs§
- Byte
Subslice - A subslice of a byte slice.
- Reporter
- Functionality to report test results to stderr, JUnit, and/or structured, machine-readable results to stdout.
- Reporter
Builder - Test reporter builder.
- Unit
Error Description - Given an error or failure running a test or script, collects and aggregates the most relevant information related to the issue.
Enums§
- Final
Status Level - Status level to show at the end of test runs in the reporter output.
- Reporter
Stderr - Standard error destination for the reporter.
- Status
Level - Status level to show in the reporter output.
- Test
Output Display - When to display test output in the reporter.
- Test
Output Error Slice - A part of a test output that identifies the most relevant location of a test failure.
Functions§
- highlight_
end - Given a slice, find the index of the point at which highlighting should end.