make_test

Macro make_test 

Source
macro_rules! make_test {
    ($($test_name:ident($($arg:expr),* $(,)?)),* $(,)?) => { ... };
}