The Cost of Test Driven Development http://blog.typemock.com/2009/03/cost-of-test-driven-development.html
Bug Driven Development http://haacked.com/archive/2007/09/24/bug-driven-development.aspx
… Put simply there is a difference between Mock and Stub objects and RhinoMocks recognizes that allowing us to write tests that better state their purpose.
Mock objects are used to define expectations i.e: In this scenario I expect method A() to be […]