fn run_test_inner(
id: TestId,
should_panic: ShouldPanic,
runnable_test: RunnableTest,
completion_sender: Sender<TestCompletion>,
)
Expand description
Runs a single test, within the dedicated thread spawned by the caller.
fn run_test_inner(
id: TestId,
should_panic: ShouldPanic,
runnable_test: RunnableTest,
completion_sender: Sender<TestCompletion>,
)
Runs a single test, within the dedicated thread spawned by the caller.