pub fn run_test(
opts: &TestOpts,
force_ignore: bool,
id: TestId,
test: TestDescAndFn,
strategy: RunStrategy,
monitor_ch: Sender<CompletedTest>,
concurrency: Concurrent
) -> Option<JoinHandle<()>>
🔬 This is a nightly-only experimental API. (
test
)