Macro check_that

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

ยงFailures are not prohibited

  • title A title
  • description A detailed description
  • time The asserting sleep time
  • callbacks The callbacks to execute