pub fn assert_count_is<H: AsRef<str>, N: AsRef<str>>( count: usize, haystack: H, needle: N, )
Assert that haystack contains needle a count number of times.
haystack
needle
count