macro_rules! assert_command_stderr_is_match_as_result { ($($arg:tt)*) => { ... }; }
👎Deprecated: Please rename from
assert_command_stderr_is_match_as_result into assert_command_stderr_string_is_match_as_result.Expand description
Assert a command stderr string is a match to a regex.
Deprecated. Please rename from assert_command_stderr_is_match_as_result
into assert_command_stderr_string_is_match_as_result.