macro_rules! assert_output_contains {
($result:expr, $substring:expr) => { ... };
}Expand description
Assert that the output contains a substring.
macro_rules! assert_output_contains {
($result:expr, $substring:expr) => { ... };
}Assert that the output contains a substring.