macro_rules! assert_command_stderr_contains_as_result {
($($arg:tt)*) => { ... };
}👎Deprecated: Please rename from
assert_command_stderr_contains_as_result into assert_command_stderr_string_contains_as_result.Expand description
into assert_command_stderr_string_contains.
Assert a command stderr string contains a given containee.
Deprecated. Please rename from assert_command_stderr_contains_as_result
into assert_command_stderr_string_contains_as_result.