Skip to main content

fallback_result

Function fallback_result 

Source
pub fn fallback_result(
    exit_code: i32,
    adapter_name: &str,
    stdout: &str,
    stderr: &str,
) -> TestRunResult
Expand description

Build a fallback TestRunResult when output can’t be parsed into individual tests. Uses exit code to determine pass/fail.