5
votes
9answers
152 views
Which objects to mock when doing TDD
When creating methods, should every object instantiated inside that method be passed in as a parameter so that those objects can be mocked in our unit tests?
We have a lot of meth …
1
vote
3answers
81 views
Preferred unit testing isolation framework for .net
I have used the RhinoMocks product for quite some time and have been quite happy with the product - never had a reason to look elsewhere really. I was recently asked by the good f …
