pub fn fallback_result(
exit_code: i32,
adapter_name: &str,
stdout: &str,
stderr: &str,
) -> TestRunResultExpand description
Build a fallback TestRunResult when output can’t be parsed into individual tests. Uses exit code to determine pass/fail.