macro_rules! fork_test_name {
($function_name:ident) => { ... };
}Expand description
Given the unqualified name of a #[test] function, produce a
&'static str corresponding to the name of the test as filtered by the
standard test harness.
macro_rules! fork_test_name {
($function_name:ident) => { ... };
}Given the unqualified name of a #[test] function, produce a
&'static str corresponding to the name of the test as filtered by the
standard test harness.