pub fn flatten_output(captured_out: Vec<CapturedOut>) -> String
Expand description
Flattens the captured output into a single string resembling what would be shown in the console for ease of testing.
pub fn flatten_output(captured_out: Vec<CapturedOut>) -> String
Flattens the captured output into a single string resembling what would be shown in the console for ease of testing.