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
I want to use Natural mock to mock an object and all the calls to it. But I don't know deterministically if all the calls will be made. So I can't call MockManager.Verify(). BUT, I have other Natural mocks set up in the same test, and these I DO want to use Verify() for.

So is there some way inside of a Natural mock recording to specify "don't fail verification if this call is not made"?

Riley
asked by rileytaylor (3.2k points)

1 Answer

0 votes
answered by scott (32k points)
...