macro_rules! test { ($f:ident, $req:expr) => { ... }; }
Defines a single test from a value that implements RunTest.
RunTest