fork_test_name

Macro fork_test_name 

Source
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.