Function xtp_test::assert_ne

source ·
pub fn assert_ne<U, T: PartialEq<U>>(msg: impl AsRef<str>, x: T, y: U)
Expand description

Assert that x and y are not equal, naming the assertion with msg, which will be used as a label in the CLI runner.