Macro run

Source
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 message
  • e The error message
  • before The before each callback
  • after The after each callback