dotCover

  1. Running and managing unit tests.

    기능: New dotCover comes bundled with a unit test runner that it shares with another JetBrains.NET developer tool, ReSharper. The runner works in Visual Studio, allows managing unit tests through sessions, and supports multiple unit testing frameworks: MSTest, ...

  2. .NET code coverage analysis.

    기능: dotCover calculates and reports statement-level code coverage in.NET Framework 1.0 to 4.5 applications, as well as in Silverlight 4 and 5. dotCover makes sure that developers know to what extent their code is covered with unit tests. It also helps QA ...

  3. Continuous coverage analysis.

    기능: dotCover is a great fit with Continuous Integration servers, most prominently JetBrains' own product, TeamCity. Via the TeamCity add-in to Visual Studio, dotCover is able to obtain coverage data from a TeamCity server, without running coverage ...

  4. Filtering and excluding nodes from coverage results.

    기능: Sometimes, you don't want to know coverage data solution-wide. For example, you may not be interested in coverage statistics for code marked with ObsoleteAttribute or a specific legacy project. In this case you can set global or solution-specific ...

  5. dotCover highlights coverage data right in Visual Studio.

    기능: To visualize coverage data, dotCover can highlight covered and uncovered lines of code in the Visual Studio code editor. Specific colors that dotCover uses for this highlighting can be configured to match your preferences. Coverage Highlighting dotCover ...

  6. Offers multiple report formats.

    기능: dotCover helps process coverage data the way you need. Exporting to several formats, including HTML, XML, JSON, and XML for NDepend enables you to share coverage reports with the rest of the team or pass coverage information to external services. ...

  7. dotCover is quick to integrate with Visual Studio 2012.

    기능: New Starting from version 2.0 dotCover supports Visual Studio 2012. This includes not only the ability to run and get coverage results in Visual Studio 2012, but also dotCover supports Light and Dark themes with new icons and menus. dotCover in Visual ...

  8. Coverage Stats on a TeamCity Server

    스크린샷: Showing code coverage statistics gathered by dotCover on a TeamCity server. ...

  9. TeamCity Plug-in to Visual Studio

    스크린샷: TeamCity plug-in to Visual Studio allows fetching code coverage statistics from TeamCity server directly to a Visual Studio installation. ...

  10. Coverage Highlighting on a TeamCity Server

    스크린샷: dotCover coverage analysis engine bundled as part of TeamCity shows statement-level coverage highlighting on the Continuous Integration server. ...

  11. dotCover Exclude Node

    스크린샷: dotCover instantly recalculates stats when you exclude certain items from coverage results. ...

  12. dotCover Attribute Filters

    스크린샷: Attribute filters complement coverage filters, helping you define whether dotCover should analyze or skip code marked with specific attributes. ...

  13. Coverage Highlighting

    스크린샷: dotCover highlights covered and uncovered code directly in the Visual Studio code editor. ...

  14. Coverage Highlighting in Dark Theme

    스크린샷: Being a Visual Studio 2012 compliant tool, dotCover supports both Light and Dark themes in the latest version of the Microsoft IDE. ...

  15. dotCover in Visual Studio 2012

    스크린샷: dotCover successfully runs unit tests and analyzes coverage in Visual Studio 2012. ...

  16. Support for Dark Theme

    스크린샷: dotCover supports both Light and Dark themes in Visual Studio 2012. ...