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
macro_rules! expect_not {
($expr:expr) => { ... };
}Shorthand for creating a negated expectation This provides a more natural way to write assertions with not