Function file_test_runner::collect_and_run_tests
source ยท pub fn collect_and_run_tests<TData: Clone + Send + 'static>(
collect_options: CollectOptions<TData>,
run_options: RunOptions,
run_test: impl Fn(&CollectedTest<TData>) -> TestResult + Send + Sync + 'static
)
Expand description
Helper function to collect and run the tests.