JetBrains' Test-Driven Dev Tool
Test Driven Development must be important: Vendors are releasing tools just to support parts of the TDD process. JetBrains -- which makes
ReSharper -- has just released a new code coverage add-in for Visual Studio 2005 to 2010. It's called dotCover and highlights code covered by unit tests. It works with a variety of unit test frameworks and has a console front end that allows it to integrate with continuous integration processes.
Posted by Peter Vogel on 10/26/2010 at 1:16 PM