macro_rules! test_with_cleanup {
($test_body:block) => { ... };
}Expand description
Macro to wrap test functions with automatic setup and cleanup
macro_rules! test_with_cleanup {
($test_body:block) => { ... };
}Macro to wrap test functions with automatic setup and cleanup