By tag: NCover
0
kicks
Introduction to NCover, setting up for analysis
Taking a quick look at how to setup and use the NCover code coverage and analysis tool. Having the knowledge of the state of your code, is key to understanding the potential success and failures in your code. If having this knowledge is key to you, NCover is a great tool to help you better gain thi...
0
kicks
Building a Nant Script -- Part 3: Adding Code Coverage
Taking a look how to add code coverage (via NCover) to your NAnt build script.
0
kicks
Unit Testing and Code Coverage - A Powerful Duo
Unit testing (using NUnit) and code coverage (using NCoverExplorer) make an amazing combination to not only run unit tests, but see how well your tests execute your code. All of this is made even easier by the TestDriven.net Add-in for Visual Studio.
0
kicks
Linq To NCover Part 2
Part two on Linq To NCover including source code. This is part two of many on how simple it is to build an Linq to Objects implementation against an NCover 2.0 coverage file.
0
kicks
LinqToNCover Part 1
An introduction on LinqToNCover and the history behind why I wrote it. This is part one of many on how simple it is to build an Linq to Objects implementation against an NCover 2.0 coverage file.