pub fn assert_output_error(output: &ToolOutput, expected_message: &str)
Assert that a ToolOutput is an error.
ToolOutput
Panics if the output is successful.