Forum member
Heiko
4 posts
Posts by Heiko
-
Code Coverage percentage report on NCrunch
A idea for a solution: If it is posible, print the precentual coverage in the Project-Explorer Window near by the specific class: e.g. - ProjectX | 60% - ClassA | 20 % - ClassB | 0 % ...... And make the background in a red / yellow / green color. and the limits to switch between …
06 Jan 2012 08:53 UTC
-
Coverage Indicator in Code Editor
I'm current improving my Test Coverage and collecting some expirience with NCrunch. So I have following Imporvment Ideas for the Coverage Indicator: The Coverage Indicator which display if a line is coverd or not has 3 States (Green, Red, Black). I Think there is a 4. state neccesary (Half Green…
05 Jan 2012 12:35 UTC
-
NChrunch and Dependancy Inject via Spring.Net
How can I make the solution aviable, I don't find a function for attachments
16 Dec 2011 08:38 UTC
-
NChrunch and Dependancy Inject via Spring.Net
There is a problem with loading Assemblys in the ApplicationDomain of NCrunch while using NCrunch: Assembly A - *.cs file: [code=csharp] namespace ClassLibrary2 { public interface IInterface { int I { get; set; } } public class ClassInterface : IInterface { …
15 Dec 2011 13:42 UTC