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])A value that indicates the argument must be present with a value that matches one of the allowed values.
case oneOf(argumentName: String, allowedValues: [ArgumentValue])