test_with_cleanup

Macro test_with_cleanup 

Source
macro_rules! test_with_cleanup {
    ($test_body:block) => { ... };
}
Expand description

Macro to wrap test functions with automatic setup and cleanup