Skip to main content

run_test

Macro run_test 

Source
macro_rules! run_test {
    ($results:expr, $name:expr, $body:expr) => { ... };
}
Expand description

Helper macro for running a test and capturing results.