Function run_test_inner

Source
pub fn run_test_inner(
    cases: &[&TestDescAndFn],
    hook: impl TestHook + 'static + Clone + Send,
)