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