Function: between()
between(
min,max):number&Matcher<number>
Defined in: ts-mockito.ts:255
Argument matcher: matches any number between min and max, inclusive.
Parameters
min
number
the inclusive lower bound
max
number
the inclusive upper bound
Returns
number & Matcher<number>
Throws
if min is greater than max