macro_rules! expect_all {
($($actual:expr => $matcher:expr),+ $(,)?) => { ... };
}Expand description
Run heterogeneous non-fatal matcher pairs in a gtest body.
macro_rules! expect_all {
($($actual:expr => $matcher:expr),+ $(,)?) => { ... };
}Run heterogeneous non-fatal matcher pairs in a gtest body.