DotCover
Developer(s) | JetBrains |
---|---|
Stable release | 3.0 / December 5, 2014 |
Operating system | Windows XP or later |
Type | Code coverage tool |
License | Proprietary |
Website |
www |
JetBrains dotCover is a proprietary unit test runner and code coverage tool for .NET Framework 1.0 to 4.5 and Silverlight 4 and 5 applications.
Initially released as a code coverage add-in to JetBrains ReSharper, dotCover has evolved to include ReSharper's unit test runner supporting such unit testing frameworks as MSTest, NUnit, xUnit, and MSpec.
As of December 2014, the current version is dotCover 3.0.
Features:[1]
- Works within Visual Studio 2010, 2012, 2013 or 2015.
- Highlights code that is covered by unit tests, and code that is not covered by them.
- Detects which unit tests cover any particular location in code.
- Filters out code marked with specific attributes, project, namespace, type, or type member names.
- Provides a console utility.
- Aggregates data from multiple coverage sessions, and merges snapshots.
- Generates code coverage reports in HTML, XML, JSON, and XML for NDepend.
References
External links
This article is issued from Wikipedia - version of the Saturday, April 04, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.