macro_rules! debug_assert_program_args_stderr_contains { ($($arg:tt)*) => { ... }; }
👎Deprecated: Please rename from
debug_assert_program_args_stderr_contains to debug_assert_program_args_stderr_string_contains.Expand description
Assert a command (built with program and args) stderr string contains a given containee.
Deprecated. Please rename from debug_assert_program_args_stderr_contains to debug_assert_program_args_stderr_string_contains.