New Moq features for mock verification and creation

I wrote before about What's wrong with the Record/Reply/Verify model for mocking frameworks, and in that context, why Moq didn't provide a mock verification functionality.

Given that the project is driven by users' feedback, both internal (our own team who's using it extensively) and external, we added mock verification to Moq. I guess this finally settles the issue of whether it's a mocking framework or a stub framework :).

Verification

So let's review how this feature is used and a couple alternatives that are in place:...

Read full article

No Comments