Skip to main content

verify_all

Macro verify_all 

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

Verify heterogeneous matcher pairs, collecting every failure into one result.