Macro test

Source
macro_rules! test {
    ({$($b:tt)+}) => { ... };
    () => { ... };
}
Expand description

Constructs a Test using with a parent TestModule in scope named, “TESTING”.