ArgumentMatcher.exact(argumentName:value:)
A value that indicates that the argument must be present with this exact key and value.
Declaration
case exact(argumentName: String, value: ArgumentValue)A value that indicates that the argument must be present with this exact key and value.
case exact(argumentName: String, value: ArgumentValue)