Function run_test_inner

Source
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.