Hasty Impressions: NCover
[TOC]
I tried NCover 3.4.18.6937.
[TOC]
I tried NCover 3.4.18.6937.
OpenCover is developed by Shaun Wilde. He was a developer on (and is the only remaining maintainer of) PartCover. He's used what he learned working on PartCover to develop OpenCover, but OpenCover is a new implementation, not a port.
I tried OpenCover 1.0.514. Since I downloaded a couple …
PartCover has a GUI runner as well as a command-line mode. It integrates with Isolator, but doesn't offer any help for those wanting to profile IIS-hosted applications. There are some XSL files provided that allow one to generate HTML reports, but probably the better way is to use …
I tried JetBrains dotCover 1.1, integrated with ReSharper 5.1 running in VS2008.
This isn't usurious, but considering that ReSharper C# edition, a tool that changes the way I work every …
Rinat Abdullin recently posted about Mighty Moose and AutoTest.NET, two projects for continuous testing in the .NET/Mono space. My interest was immediately piqued, as I'm a huge fan of continuous testing. I've been using py.test to run my Python unit tests for years now, almost solely because …