DotCover
From Wikipedia, the free encyclopedia
Developer(s) | JetBrains |
---|---|
Stable release | 2.2 / November 21, 2012 |
Operating system | Windows 2000 or later |
Type | Code coverage tool |
License | Proprietary |
Website | www.jetbrains.com/dotcover/ |
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 November 2012, the current version is dotCover 2.2.[1]
Features:[2]
- Works within Visual Studio 2005, 2008, 2010 and Visual Studio 2012.
- 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. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.