Skip to main content

assert_exc

Macro assert_exc 

Source
macro_rules! assert_exc {
    ($cond:expr, $kind:expr, $msg:expr) => { ... };
}
Expand description

Macro replacement for ASSERT_EXCEPTION(cond, kind, msg).