macro_rules! run_current_example {
() => { ... };
($args:literal) => { ... };
($args:expr $(,)?) => { ... };
}
Expand description
Calls ExampleChild::run_new
with the package name and test name infered from the call site.
Only arguments need to be specified.