Macro test_util::assert_gt

source ·
macro_rules! assert_gt {
    ($x:expr, $y:expr) => { ... };
}
Expand description

Asserts that the first argument is strictly greater than the second.