pub fn run<B, F>(block_on: B, fut: F)where B: FnOnce(F) -> F::Output, F: Future<Output = ()>,
test
Run the unit test with a given async runtime sequentially.