Function test_util::runner::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.
pub fn run_test_with_hook(
cases: &[&TestDescAndFn],
hook: impl TestHook + Send + Clone + 'static
)
Connects std tests and custom test framework.