Function run_make_support::assertion_helpers::assert_contains
source ยท pub fn assert_contains<H: AsRef<str>, N: AsRef<str>>(haystack: H, needle: N)
Expand description
Assert that haystack
contains needle
.
pub fn assert_contains<H: AsRef<str>, N: AsRef<str>>(haystack: H, needle: N)
Assert that haystack
contains needle
.