ArgumentMatcher.contains(argumentName:substring:)
A value that indicates that the argument must be present and its string value must contain the specified substring.
Declaration
case contains(argumentName: String, substring: String)A value that indicates that the argument must be present and its string value must contain the specified substring.
case contains(argumentName: String, substring: String)