let_fail

Macro let_fail 

Source
macro_rules! let_fail {
    () => { ... };
}
Expand description

Panics if at least one expect!() failed, thus failing the test.