Function: match()
match(
expectedValue):string&Matcher<string>
Defined in: ts-mockito.ts:291
Argument matcher: matches a string against the given regular expression (or string pattern).
Parameters
expectedValue
string | RegExp
the pattern the actual argument must match
Returns
string & Matcher<string>