macro_rules! test_with {
($m:ident, {$($b:tt)+}) => { ... };
($m:ident) => { ... };
}Expand description
Constructs a Test using a custom ident for its parent TestModule.
macro_rules! test_with {
($m:ident, {$($b:tt)+}) => { ... };
($m:ident) => { ... };
}Constructs a Test using a custom ident for its parent TestModule.