Skip to main content

assert_execution_error

Macro assert_execution_error 

Source
macro_rules! assert_execution_error {
    ($execution_result:expr, $expected_err:expr) => { ... };
}
Available on crate feature testing only.