Some tips for better unit testing.

In my latest post for the codecentric blog I write about the advanced features of mocking frameworks. Mocks are essential for good unit tests, but if you find yourself struggling with mocking static methods or constructor calls it is probably your code under test that’s the problem.