soorajmamar / moq

Automatically exported from code.google.com/p/moq
Other
1 stars 0 forks source link

A way to tell what mocked object is being used? #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

I am trying to use the verify method but it keeps telling me the method is not 
being called. It is being called but it seems that moq is thinking it is a 
different object. I have no way to verify what mock it is using.

http://stackoverflow.com/questions/13168106/how-to-debug-verify-in-moq#comment17
919096_13168106

Original issue reported on code.google.com by choboJ...@gmail.com on 31 Oct 2012 at 11:29