Macro unit_tests

Source
macro_rules! unit_tests {
    ($runtime:ty => $run:ident($($fn:ident), +$(,)?)) => { ... };
}
Available on crate feature test and (crate feature test or test) only.
Expand description

Add test prefix to the predefined unit test fn with a given Runtime