macro_rules! group { ($n:expr, $u:tt, {$($b:tt)+}) => { ... }; ($n:expr, $u:tt) => { ... }; }
Constructs a TestGroup and wraps it in Group