Macro test_with

Source
macro_rules! test_with {
    ($m:ident, {$($b:tt)+}) => { ... };
    ($m:ident) => { ... };
}
Expand description

Constructs a Test using a custom ident for its parent TestModule.