Macro unit_testing::check_that
source · macro_rules! check_that { ($describe:expr,$time:expr,$callbacks:expr) => { ... }; }
Expand description
§Failures are not prohibited
describeThe assert descriptiontimeThe assert sleep timecallbacksThe callbacks to execute