Skip to main content

assert_output_contains

Macro assert_output_contains 

Source
macro_rules! assert_output_contains {
    ($result:expr, $substring:expr) => { ... };
}
Expand description

Assert that the output contains a substring.