with_sections

Macro with_sections 

Source
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.