Contents tagged with MoQ
-
Mocking indexer getters with Moq
This is a follow-up on that other post: Mocking indexer setters with Moq.
-
Mocking indexer setters with Moq
I quite like MoQ because it makes sense for me. Shamefully, I’ve always had some trouble understanding test code that was using mocks built with other frameworks. With MoQ, I can just grok it for some reason. It’s just super-clear to me. It doesn’t mean I have any idea how it really works but for now I’m just happy with the magic.