run_make_support::assertion_helpers

Function assert_not_contains

source
pub fn assert_not_contains<H: AsRef<str>, N: AsRef<str>>(haystack: H, needle: N)
Expand description

Assert that haystack does not contain needle.