Function: notNull()
notNull<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:272
Argument matcher: matches any value except null.
Type Parameters
T
T = unknown
Returns
T & Matcher<T>
notNull<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:272
Argument matcher: matches any value except null.
T = unknown
T & Matcher<T>