Function run_make_support::assertion_helpers::assert_not_contains_regex
source ยท pub fn assert_not_contains_regex<H: AsRef<str>, N: AsRef<str>>(
haystack: H,
needle: N,
)
Expand description
Assert that haystack
does not contain the regex pattern needle
.