[][src]Macro expected::expect_eq

macro_rules! expect_eq {
    ($lhs:expr, $rhs:expr $(,)?) => { ... };
    ($lhs:expr, $rhs:expr, $($arg:tt)+) => { ... };
}

Declare an expectation that the specified values are equal.