Skip to main content

assert_not_deep_eq

Macro assert_not_deep_eq 

Source
macro_rules! assert_not_deep_eq {
    ( $self:expr , $other:expr ) => { ... };
}
Expand description

Assert inequality of Entities using structural equality with the deep_eq method.