Screenshot Preview

dotCover

by JetBrains - 상품타입: Add-In / 어프리케이션

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.

A code coverage tool for .NET developers. dotCover is a code coverage tool that reports statement-level coverage in .NET and Silverlight applications. dotCover highlights covered and uncovered code in Visual Studio (Visual Studio 2005, 2008 and 2010) by generating XML-based code coverage reports. dotCover detects which tests cover a particular location in code and integrates with ReSharper's unit testing tools. It comes with a console utility to use with a continuous integration server. dotCover can aggregate data from multiple coverage sessions and merging snapshots. dotCover extends the JetBrains .NET tools family that already includes ReSharper and dotTrace.

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

통화 선택

dotCover 1.2 - Commercial License

주문 $ 146.02 1-9 Commercial License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10CL
다운로드 (11.0 MB)
주문 $ 145.28 10-19 Commercial License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10CL
다운로드 (11.0 MB)
주문 $ 144.53 20-49 Commercial License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10CL
다운로드 (11.0 MB)
주문 $ 73.50 Annual Upgrade Subscription
메이커 제품 번호: DCCUS
확인 다운로드 (11.0 MB)

dotCover 1.2 - Personal License

주문 $ 73.50 1-9 Personal License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10PL
다운로드 (11.0 MB)
주문 $ 73.13 10-19 Personal License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10PL
다운로드 (11.0 MB)
주문 $ 72.75 20-49 Personal License - (price per license) - includes 1 Year of updates and upgrades
메이커 제품 번호: DC10PL
다운로드 (11.0 MB)
주문 $ 38.22 Annual Upgrade Subscription
메이커 제품 번호: DCPUS
확인 다운로드 (11.0 MB)

가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로로 연락 주시기 바랍니다. (대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

dotCover - Application - V1.2 의 스크린샷

What’s new in dotCover V1.2?

  • Added support for latest ReSharper versions, enabling easy unit test coverage analysis

What’s new in dotCover V1.1.1?

  • Integration with ReSharper 6 - dotCover integrates with the latest version of ReSharper 6, allowing a smooth user experience. ReSharper 5.x continues to be supported also.
  • Per-snapshot Settings - Snapshot settings, including node exclusion and inclusion are now saved in a file alongside the snapshot (*.settings).
  • Improved presentation of class members - When you browse coverage results with dotCover 1.1.1, you can clearly see properties with getters and setters, as well as events with add and remove accessors. Anonymous delegates and lambdas are represented by nodes within containing methods denoting types that they receive and return.
  • HTML and JSON reports - In addition to XML export available previously, dotCover 1.1.1 allows you to generate reports as HTML and JSON both from the console runner and from Visual Studio coverage UI.
  • Integration with NDepend - dotCover 1.1.1 provides support for NDepend in the form of exporting coverage reports to XML for NDepend.
  • Predefined color schemes - Some like it dark, some like it bright, so why not provide several color highlighting schemes by default? That said, you can still fine-tune coverage highlighting colors by tweaking dotCover display items via Tools | Options | Environment | Fonts and Colors.
  • Support for Dynamic NUnit Tests - Full support for dynamic NUnit Test cases as well as Combinatorial, Sequential and other common NUnit attributes.
  • Filtering coverage tree on-the-fly - You can now exclude a specific node, or all nodes except this node, from the coverage tree and have dotCover instantly recalculate percentages of covered and uncovered code.
  • Getting coverage analysis data from TeamCity - You can now use TeamCity Visual Studio plug-in to connect to a TeamCity server and obtain data from a Continuous Integration coverage analysis run.
  • Incremental update of coverage info when tests are partially rerun - Coverage information is calculated incrementally without requiring full profiling on new runs, making the whole process much faster.
  • Per-solution coverage settings - Starting from dotCover 1.1.1, coverage filters are stored per-solution in projectName.dotCover files. In case you're covering a compiled application, i.e. you're not working with a solution per se, global settings are used.

dotCover Features:

  • dotCover integrates with ReSharper test runner and Visual Studio 2010 
  • dotCover adds to ReSharper's unit testing toolset 
  • You can analyze coverage using ReSharper's unit testing context menu 
  • dotCover can also analyze Visual Studio projects without ReSharper installed 
  • dotCover highlights covered and uncovered lines right in Visual Studio 
  • dotCover detects which tests cover a particular location in code

dotCover: Code Coverage for .NET

Testing code for coverage with dotCover
Similar to dotTrace, dotCover works with ReSharper. When you install dotCover, you see several options appear in the ReSharper menu options as well as the Test Runner window. First of all, under ReSharper | Unit Tests menu option, there is a new option to run coverage reports, either for specific tests or for the entire solution. Similarly, the Test Runner Window offers us the same options. You get a new icon to run tests under coverage, as well as a new tab that will display the output of the coverage report. Based on the information you want to obtain, you can run coverage reports on the entire solution or only certain tests. Running on the entire solution will give you a measurement of how much of yout entire code base is covered. In order to do so, you can select Cover All Tests from Solution. You can assign whatever keyboard shortcut you want to this action by selecting the ReSharper_UnitTest_CoverSolution command. Executing the command will run the unit tests and once completed will then proceed to run a coverage report. You can also run coverage on individual tests or classes, by selecting them and choosing to Cover with dotCover. The window groups coverage reports based on the option selected in the drop-down list. dotCover provides you with two measurements: percentage of code covered and number of statements.


상품검색

검색어를 입력해주세요:

Quick 링크

개발처/발매처

주요 카테고리

관련 상품

Award Award