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