Function run_make_support::assertion_helpers::assert_count_is
source ยท pub fn assert_count_is<H: AsRef<str>, N: AsRef<str>>(
count: usize,
haystack: H,
needle: N,
)
Expand description
Assert that haystack
contains needle
a count
number of times.