expect_not

Macro expect_not 

Source
macro_rules! expect_not {
    ($expr:expr) => { ... };
}
Expand description

Shorthand for creating a negated expectation This provides a more natural way to write assertions with not