Module nextest_runner::reporter
source · Expand description
Prints out and aggregates test execution statuses.
The main structure in this module is TestReporter
.
Structs
Functionality to report test results to stderr and JUnit
Test reporter builder.
Enums
The reason why a test run is being cancelled.
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.
A test event.
When to display test output in the reporter.