I’ve read Mocks Aren’t Stubs some time ago. However, it was not until recently, after having a discussion on TDD with a colleague, that I realized how strongly coupled a test is to the tested class’ implementation when using mocks. Ever since I started using mocks, seeing how easy it is, I’ve been doing tests to [...]

Posts