macro_rules! with_sections {
($($(#[$meta:meta])* $vis:vis fn $name:ident () { $($body:tt)* })+) => { ... };
}Expand description
The Catch2 flavour of with_subcases!. Uses section!
for the inner macro.
macro_rules! with_sections {
($($(#[$meta:meta])* $vis:vis fn $name:ident () { $($body:tt)* })+) => { ... };
}The Catch2 flavour of with_subcases!. Uses section!
for the inner macro.