Skip to main content

assert_sometimes_greater_than

Macro assert_sometimes_greater_than 

Source
macro_rules! assert_sometimes_greater_than {
    ($val:expr, $thresh:expr, $message:expr) => { ... };
}
Expand description

Assert that val > threshold sometimes holds. Forks on watermark improvement.