macro_rules! test {
({$($b:tt)+}) => { ... };
() => { ... };
}Expand description
Constructs a Test using with a parent TestModule in scope named, “TESTING”.
macro_rules! test {
({$($b:tt)+}) => { ... };
() => { ... };
}Constructs a Test using with a parent TestModule in scope named, “TESTING”.