Contents

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)

See Also

String matching