[][src]Macro assert2::assert

assert!() { /* proc-macro */ }

Assert that an expression evaluates to true.

If it does not, an assertion failure is printed and the test panics instantly.

Use check! if you still want further checks to be executed.