Skip to main content

example_tests

Macro example_tests 

Source
macro_rules! example_tests {
    ($examples:expr, $check_fn:ident) => { ... };
}
Expand description

Run every &[Example] as one test, asserting each pass/fail expectation.