Function test_util::run_test_with_hook[][src]

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

Connects std tests and custom test framework.