macro_rules! new_test {
($name:ident, $test_name:expr, $mac:ty) => { ... };
}
Available on crate feature
dev
only.Expand description
Define test
macro_rules! new_test {
($name:ident, $test_name:expr, $mac:ty) => { ... };
}
dev
only.Define test