ArgumentMatcher.hasSuffix(argumentName:suffix:)
A value that indicates that the argument must be present and its string value must end with the specified suffix.
Declaration
case hasSuffix(argumentName: String, suffix: String)Parameters
- argumentName:
The name of the argument to validate.
- suffix:
The string the argument’s value must end with.