run_make_support::assertion_helpers

Function 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.