run_make_support::assertion_helpers

Function assert_contains_regex

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

Assert that haystack contains the regex pattern needle.