expectest::expect! [] [src]

macro_rules! expect {
    ($e: expr) => { ... };
}

A macro used to simplify usage of this library.

You can also use expect function instead.