unit_tests_with_expr

Macro unit_tests_with_expr 

Source
macro_rules! unit_tests_with_expr {
    ($run:ident($(
      $(#[$outer:meta])*
      $fn:ident( $expr:expr )
    ), +$(,)?)) => { ... };
}
Available on crate feature test or test only.
Expand description

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