As some of you know, we recently shipped TeamCity 6 which includes, out of the box, a bundled version of dotCover . What this means is that you can now get coverage reports for your code easily, and of course, for free if you’re using the Professional version of TeamCity . The setup is quite easy...
One of the new features dotCover has added is the ability to find tests that cover a certain piece of code. Something remotely similar has been available in ReSharper , although it has been kind of an archaic solution (i.e. Find Usages on Method calls, locate Test assemblies in Result window). dotCover...