Function: anyOfClass()
anyOfClass<
T>(expectedClass):T&Matcher<T>
Defined in: ts-mockito.ts:215
Argument matcher: matches any value that is an instanceof the given class.
Type Parameters
T
T
Parameters
expectedClass
(...args) => T
the class the actual argument must be an instance of
Returns
T & Matcher<T>