ArgumentMatcher.hasPrefix(argumentName:prefix:)
A value that indicates that the argument must be present and its string value must start with the specified prefix.
Declaration
case hasPrefix(argumentName: String, prefix: String)A value that indicates that the argument must be present and its string value must start with the specified prefix.
case hasPrefix(argumentName: String, prefix: String)