Module nextest_runner::test_output
source · Expand description
Utilities for capture output from tests run in a child process
Structs§
- A single output for a test or setup script: standard output, standard error, or a combined buffer.
- The output of a child process (test or setup script) with split stdout and stderr.
Enums§
- The strategy used to capture test executable output
- The complete captured output of a child process.
- The output of a test.