assert_output_error

Function assert_output_error 

Source
pub fn assert_output_error(output: &ToolOutput, expected_message: &str)
Expand description

Assert that a ToolOutput is an error.

ยงPanics

Panics if the output is successful.