run_test

Function run_test 

Source
pub fn run_test<F>(name: &str, full_name: &str, f: F)
where F: FnOnce() + UnwindSafe,
Expand description

Runs a test function with Allure tracking.