macro_rules! fail { () => { ... }; ($msg:literal) => { ... }; }
Force the test failure.
msg
use utmt::fail; fail!();
use utmt::fail; fail!("A failed message");