I haven\'t yet installed my license of NCover 3, and am still running 1.5.8 on my build server.I am trying to exclude full assemblies and specific classes that I don\'t want included in the report, be
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m about to start looking into developing with the aid of code coverage, and I\'m wondering how it typically fits 开发者_运维百科in with test driven development.
I am using VC++ 2005 and 2008 on a project. Now I want to see if the unit test cases cover all the code, and a found a problem. We use Boost.Test for unit testing, and each fi开发者_如何学编程le is de
I have a Cocoa application which uses an installer. I want to be able to run code coverage over the code (after it has been installed).
Been searching for a good coverage tool for a while now. I\'m with VC++ 2008. Tried already: NCover, PureCoverage, PartCover and a few others I can\'t remember their names.
I have a Visual Studio 2010 .NET 4 solution with C# projects and a C++/CLI project. I use Visual Studio\'s built in unit tests and code coverage.
Trying to run the code coverage tool in Visual Studios for a set of unit tests.Adam from Think First, Code Later has had the same problem:
We are just about to start a new project. The Proof of Concept (PoC) for this project was done simply using Win32.The plan is/was to flesh out the PoC, tidy the uglier parts and meet the requirements
We have recently upgraded from Visual Studio 2008 to Visual Studio 2010. As part of our code base, wehave a very large set of NUnit tests. We would like to be able to run these unit tests within Visua