assert_that

Macro assert_that 

Source
macro_rules! assert_that {
    ($actual:expr) => { ... };
}
Expand description

An assertion macro that panics when the assertion fails.