Can someone please clarify my understanding of a mock's Verify concept?
- by Pure.Krome
Hi folks,
I'm playing around with some unit tests and mocking. I'm trying to verify that some code, in my method, has been called. I don't think I understand the Verify part of mocking right, because I can only ever Verify main method .. which is silly because that is what I Act upon anyways.
I'm trying to test that my logic is working - so I…