Good tools may hide symptoms but not cure the disease - mocking frameworks edition

Yesterday was about writing good test fixtures rather than using a tool that makes you get away with bad designs. The same thing goes for mocking frameworks. If you use a mocking framework you should avoid using it do fake things you wrote yourself. And you should use it rarely for anything else. That way you're more likely to end up with a good design in my opinion.