macro_rules! unit_tests { ($runtime:ty => $run:ident($($fn:ident), +$(,)?)) => { ... }; }
Add test prefix to the predefined unit test fn with a given Runtime
test
Runtime