Skip to main content

test

Macro test 

Source
macro_rules! test {
    ($title:expr, $function:expr $(,)?) => { ... };
    ($title:expr, id = $id:expr, $function:expr $(,)?) => { ... };
}