Tag Archives: TDD

Detecting Testability Problems

Roy Osherove wrote a new tool, called Depender. It inspects the types within an assembly and tries to find possible testability problems and places where you can already use seams to inject your own implementation. If you’re not familiar with the concept of seams you might want to read Michael Feather’s book “Working Effectively with [...]

Posted in .NET Development, TDD | Also tagged , | Leave a comment