Skip to main content

expect_exec_error_matches

Macro expect_exec_error_matches 

Source
macro_rules! expect_exec_error_matches {
    ($test:expr, $(|)? $( $pattern:pat_param )|+ $( if $guard: expr )? $(,)?) => { ... };
}
Expand description

Asserts that running the given execution test will result in the expected error.