ArgumentMatcher.range(argumentName:minimum:maximum:)
A value that indicates that the argument must be present and its numeric value must be within the specified range.
Declaration
case range(argumentName: String, minimum: Double?, maximum: Double?)A value that indicates that the argument must be present and its numeric value must be within the specified range.
case range(argumentName: String, minimum: Double?, maximum: Double?)