pub fn assert_contains<H: AsRef<str>, N: AsRef<str>>(haystack: H, needle: N)
Assert that haystack contains needle.
haystack
needle