macro_rules! run {
($t:expr,$s:expr,$e:expr,$before:ident,$after:ident) => { ... };
}
Expand description
ยงRun test suite
t
The test result (bool)s
The test success messagee
The error messagebefore
The before each callbackafter
The after each callback