assert_gt

Function assert_gt 

Source
pub fn assert_gt<U: Debug, T: Debug + PartialOrd<U>>(
    msg: impl AsRef<str>,
    x: T,
    y: U,
)
Expand description

Assert that x is greater than y, naming the assertion with msg, which will be used as a label in the CLI runner.