pub fn run_tests<TData: Clone + Send + 'static>(
category: &CollectedTestCategory<TData>,
options: RunOptions<TData>,
run_test: impl Fn(&CollectedTest<TData>) -> TestResult + Send + Sync + 'static,
)pub fn run_tests<TData: Clone + Send + 'static>(
category: &CollectedTestCategory<TData>,
options: RunOptions<TData>,
run_test: impl Fn(&CollectedTest<TData>) -> TestResult + Send + Sync + 'static,
)