newNumberRangeMatcher
Creates a new number range value matcher.
Return
A new ValueMatcher instance.
Parameters
min
Optional minimum value as a double.
max
Optional maximum value as a double.
Throws
if min is greater than max.