Right now, I'm half-way thru "The Art of Unit Testing" book and wrapping my head around Stubs and Mocks. As an exercise to consolidate and validate what I'm learning, I've created a simple chart of ...
Test-Driven Development (TDD) practitioners will welcome the incorporation of MSTest's automated unit test features into VS 2008 Professional Edition. Adding a TestProject to your solution from the ...
A common thing I come across is that teams using a mocking framework assume they are mocking. They are not aware that Mocks are just one of a number of ‘Test Doubles’ which Gerard Meszaros has ...
Learn when static methods can’t be unit tested and how to use wrapper classes and the Moq and xUnit frameworks to unit test them when they can When building or working in .NET applications you might ...
On the flipside of the coin, this doesn't mean that all programming methodologies are useless, it just means that Peter Norvig just seems to be a very intelligent guy who (pretty much) already knew ...