Skip to main content

assert_gt

Macro assert_gt 

Source
macro_rules! assert_gt {
    ($expected:expr, $actual:expr) => { ... };
    ($expected:expr, $actual:expr, $msg:expr) => { ... };
}
Expand description

Asserts that the first expression is greater than the second and short-circuits on failure.