macro_rules! test_layouts {
($test:ident, $test_internal:ident) => { ... };
}
Expand description
Apply a test method on every test layouts.
macro_rules! test_layouts {
($test:ident, $test_internal:ident) => { ... };
}
Apply a test method on every test layouts.