Skip to main content

expect_all

Macro expect_all 

Source
macro_rules! expect_all {
    ($($actual:expr => $matcher:expr),+ $(,)?) => { ... };
}
Expand description

Run heterogeneous non-fatal matcher pairs in a gtest body.