method
test.MatchersBuiltin.toIncludeRepeated
expected: string,
times: number
): void;
Asserts that a value includes a string the given number of times.
@param expected
the expected substring
@param times
the number of times the substring should occur