macro_rules! create_test {
($func: path) => { ... };
}Expand description
Convenience macro for creating a [libtest_mimic::Trial] with the stringified name of the test function for use when printing
macro_rules! create_test {
($func: path) => { ... };
}Convenience macro for creating a [libtest_mimic::Trial] with the stringified name of the test function for use when printing