chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hello

I have been trying to figure out how the Args method works.
The documentation doesn't help me much and I haven't been able to find any good blogs about it. So if you would describe it to me, I would very glad :-)

Thanks
asked by Karsten (600 points)

1 Answer

0 votes
In natural mocks you have the ability to create custom checkers using the Args method.
You can pass either values or custom checkers.

You can read about it at https://www.typemock.com/Docs/UserGuide/ ... Check.html

In case you have a specific issue when using Args please write it down so I can give a more focused answer.
answered by dhelper (11.9k points)
...