Contents

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)

See Also

String matching