Macros§
- run_
current_ example - Calls
ExampleChild::run_new
with the package name and test name infered from the call site. Only arguments need to be specified.
Structs§
- Example
Child - A wrapper around
std::process::Child
that allows us to wait for a specific outputs.
Functions§
- extract_
example_ name - Extract the example name from the
std::file!
path, used by therun_current_example!
macro.