macro_rules! assert_program_args_stderr_is_match {
($($arg:tt)*) => { ... };
}
👎Deprecated: Please rename from
assert_program_args_stderr_is_match
to assert_program_args_stderr_string_is_match
.Expand description
Assert a command (built with program and args) stderr into a string is a match to a regex.
Deprecated. Please rename from assert_program_args_stderr_is_match
to assert_program_args_stderr_string_is_match
.