Live data from Hacker News

All about Unit Testing – Minimal Post

techblog.panghal.com

1–2 of 2 posts

Re: All about Unit Testing – Minimal Post

#2
I generally try to stay as far away from mocking and stubbing as possible, and I have the scars to back that up from wasting countless hours on restructuring over-engineered tests to deal with minor implementation changes. Integration testing is where the rubber meets the road, which means more information for less effort.