run_test

Function run_test 

Source
pub fn run_test<T, U>(test: T, teardown: U)
where T: FnOnce() + UnwindSafe, U: FnOnce(),
Expand description

Runs a test with a teardown function that is guaranteed to run