test_util

Macro assert_gt

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

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