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