All posts tagged “Unit Testing

Switching to NSubstitute

This post briefly describes the rationale behind changing my preferred isolation/mocking framework from Rhino Mocks to NSubstitute. I’m also including a kind of quick reference section for describing common testing scenarios involving NSubstitute. Why use an isolation framework? Here are two…