macro_rules! check_that {
    ($describe:expr,$time:expr,$callbacks:expr) => { ... };
}
Expand description

§Failures are not prohibited

  • describe The assert description
  • time The assert sleep time
  • callbacks The callbacks to execute