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.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | $ 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) |
| 주문 | $ 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일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로로 연락 주시기 바랍니다. (대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

What’s new in dotCover V1.2?
What’s new in dotCover V1.1.1?
dotCover Features:
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.