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)A value that indicates that the argument must be present and its string value must end with the specified suffix.
case hasSuffix(argumentName: String, suffix: String)