Function trillium_testing::harness

source ·
pub fn harness<F, Fut>(test: F)
where F: FnOnce() -> Fut, Fut: Future<Output = TestResult>,
Expand description

a test harness for use with [test_harness]