macro_rules! run {
($t:expr,$s:expr,$e:expr,$before:ident,$after:ident) => { ... };
}Expand description
ยงRun test suite
tThe test result (bool)sThe test success messageeThe error messagebeforeThe before each callbackafterThe after each callback