Function teaclave_test_utils::async_test
source · [−]pub fn async_test<F>(
ncases: &mut u64,
failurecases: &mut Vec<String>,
f: F,
name: &str
)where
F: FnOnce() -> BoxFuture<'static, ()> + UnwindSafe,
pub fn async_test<F>(
ncases: &mut u64,
failurecases: &mut Vec<String>,
f: F,
name: &str
)where
F: FnOnce() -> BoxFuture<'static, ()> + UnwindSafe,