macro_rules! check_that {
($title:expr,$description:expr,$time:expr,$callbacks:expr) => { ... };
}Expand description
ยงFailures are not prohibited
titleA titledescriptionA detailed descriptiontimeThe asserting sleep timecallbacksThe callbacks to execute