pub fn assert_not_contains_regex<H: AsRef<str>, N: AsRef<str>>( haystack: H, needle: N, )
Assert that haystack does not contain the regex pattern needle.
haystack
needle