Macro symbol_table_test

Source
macro_rules! symbol_table_test {
    ($test_name:ident, $setup:block, $assertion:block) => { ... };
}
Expand description

Macro for generating symbol table tests with consistent patterns.