test_runner

Macro test_runner 

Source
macro_rules! test_runner {
    ($model:expr) => { ... };
    ($model:expr, $timeout:expr) => { ... };
}
Expand description

Macro to simplify test setup