petri

Macro test

Source
macro_rules! test {
    ($f:ident, $req:expr) => { ... };
}
Expand description

Defines a single test from a value that implements RunTest.