I am developing tests for an application. There\'s a method that has a params array as a parameter. I have set up the method using Moq but when I run the test,
params
I believe the params string has to be matched by It.IsAny() rather than It.IsAny()
params string
It.IsAny()