Contents tagged with Unit Testing
- 
The Case of the Unexpected Expected Exception“NUnit is being problematic again”, they told me when I came to visit the project. “When running unattended it’s not catching assertions properly and the test is coming up green, but when stepping … more 
- 
Moq, Callbacks and Out parameters: a particularly tricky edge caseIn my current project we’re using Moq as our mocking framework for unit testing. It’s a very nice package – very simple, very intuitive for someone who has his wrapped around basic mocking concepts, … more