Function tmx_utils::test_utils::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