Skip to main content

test_sync

Macro test_sync 

Source
macro_rules! test_sync {
    ($f:ident, $req:expr) => { ... };
}
Expand description

Defines a single test named after the synchronous run function $f, using $req to resolve its artifacts. See SimpleTest::new_sync.