Function test::run_test_in_process
source · pub(crate) fn run_test_in_process(
id: TestId,
desc: TestDesc,
nocapture: bool,
report_time: bool,
runnable_test: RunnableTest,
monitor_ch: Sender<CompletedTest>,
time_opts: Option<TestTimeOptions>
)
🔬This is a nightly-only experimental API. (
test
)