Visual Studio
dotCover is an add-in for Visual Studio. It supports Visual Studio 2005, 2008, 2010, and 2012.
After installation, you will find the dotCover
menu entry on the main menu of Visual Studio.
Most dotCover commands are available in this menu. However, there are a lot of integrated features in
the editor, Solution Explorer and other Visual Studio windows.
dotCover commands are also available with
keyboard shortcuts
.
Tip
You can install dotCover without Visual Studio to run Coverage Analysis on Server Side.
ReSharper
If ReSharper is installed in your copy of Visual Studio, dotCover automatically detects it and shares unit test features with it: Unit Test Explorer window, Unit Test Sessions window, and text editor integration. Some dotCover commands are also integrated into the ReSharper | Unit Tests menu. For more information, see Sharing Unit Test Suppport with ReSharper.
TeamCity
JetBrains TeamCity
comes bundled with the dotCover Console Runner.
Just by enabling the corresponding configuration option you can collect code coverage for your
.Net project and then view coverage statistics and detailed coverage reports.
The Visual Studio add-in provided by TeamCity allows connecting to the TeamCity server to
fetch coverage snapshots automatically.
For more information, see
TeamCity Visual Studio Addin
.
TypeMock
A highlight of TypeMock Isolator.NET
6.2.
is its integration with dotCover. Coverage analysis is supported in TypeMock unit tests.
NDepend
dotCover can generate coverage reports
in the NDepend-compatible format.
For more information, see
NDepend Coverage Data FAQ: How to get XML Coverage Files from JetBrains DotCover
