mycotest

Macro decl_test

Source
macro_rules! decl_test {
    (fn $name:ident $($t:tt)*) => { ... };
}
Expand description

Declare a new test, sort-of like the #[test] attribute.