ncover Questions
22
The located assembly's manifest definition does not match the assembly reference
getting this when running nunit through ncover. Any idea?
4
Solved
I have some classes that, for one reason or another, cannot be or need not be unit tested. I'd like to exclude these classes from my coverage metrics so that I can get a better feel for the coverag...
Remonstrance asked 17/8, 2009 at 17:54
9
Solved
I was fooling around the NUint, hoping to discover a way to realize which line of code passes in which test.
Imagine I have a method for which I have 3 tests. Is there any way to find out which te...
Mallorymallow asked 21/6, 2011 at 6:45
3
Solved
I am just starting with code coverage tools (primarily in C#). So far I have tested out NCrunch and DotCover.
They both seem to do a good job with branch and function coverage, but I can't t...
Galata asked 10/4, 2014 at 18:12
1
Solved
Resharper 9.0 says 'No tests found in selected solution items.' Yet there are over 100 tests
Resharper 9.0 says 'No tests found in selected solution items.' Yet there are over 100 tests.
I right click my solution in Visual Studio 2013 and click the "Run Unit Tests" option near the bottom ...
Juliettajuliette asked 18/12, 2014 at 18:20
1
Solved
Is there a way to mark an auto-generated class as ExcludeFromCodeCoverage. I am using that attribute in other areas and works great. But if you open the code of the auto-generated guy and mark the ...
Appleton asked 25/6, 2012 at 18:1
3
I realise NCover has gone commercial. I am looking for the free version. Where do i get the latest free version of NCover?
The NCover website only talks about a trial version of the commercial pro...
2
Solved
I want to run coverage from the command line, but can't seem to get NCover 1.5.8 to instrument the code. It must be possible as when I run coverage tests with TestDriven.net it works. the differenc...
Kish asked 7/2, 2011 at 12:46
2
My NAnt build runs as a non-admin as part of CruiseControl. But we have an NCover task which needs to run as an Administrator. For this we are thinking about using RunAs with an admin account.
The...
Kamalakamaria asked 12/7, 2010 at 10:13
4
Solved
Is there a free code coverage tool suitable for use with .NET 4 and NUnit that runs from the command line (and is thus suitable for use on a build server)?
Please note that any tools that require ...
Kaila asked 29/5, 2010 at 18:20
4
Solved
Why doesnt TestDriven.Net work with my gallio/mbunit tests?
I've used TDD.Net with MbUnit v2 and not had any problems, but with the new gallio release on my new pc, it does nothing.
From the tdd ...
Couple asked 23/12, 2008 at 10:17
2
Solved
Solved: Look at the bottom of this question for the working configuration
I am attempting to set up NCover for usage in my FinalBuilder project, for a .NET 4.0 C# project, but my final cov...
Aluminum asked 22/4, 2010 at 9:7
4
Solved
I'm interested in using a code coverage tool for my next .NET project but was wondering if it is necessary for me? I'm the only developer in the company I work for, so would using NCover be a benef...
Oliy asked 28/5, 2009 at 4:49
2
Has anyone seen a tool that will integrate code coverage results with SCM/VCS to attribute untested lines of code to developers?
For example, is there a tool that will take NCover's Coverage.Xml, c...
Garboil asked 9/10, 2008 at 12:32
1
© 2022 - 2024 — McMap. All rights reserved.