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