Expand description
Utilities for capture output from tests run in a child process
Structs§
- Child
Single Output - A single output for a test or setup script: standard output, standard error, or a combined buffer.
- Child
Split Output - The output of a child process (test or setup script) with split stdout and stderr.
Enums§
- Capture
Strategy - The strategy used to capture test executable output
- Child
Execution Output - The result of executing a child process: either that the process was run and at least some output was captured, or that the process could not be started at all.
- Child
Output - The output of a child process: stdout and/or stderr.