Macro group

Source
macro_rules! group {
    ($n:expr, $u:tt, {$($b:tt)+}) => { ... };
    ($n:expr, $u:tt) => { ... };
}
Expand description

Constructs a TestGroup and wraps it in Group