Contents

ArgumentMatcher.oneOf(argumentName:allowedValues:)

A value that indicates the argument must be present with a value that matches one of the allowed values.

Declaration

case oneOf(argumentName: String, allowedValues: [ArgumentValue])

Mentioned in

See Also

Set and range matching