Forum member
rlejeune
8 posts
Posts by rlejeune
-
Problem with Fakes
I finally found the reason why. When we created the fakes, for those two DLL in particular, the developper who created them didn't put the version in the config file, so it was 0.0.0.0 I don't know why, but it seems that NCrunch doesn't like that, but that MSTest does not care :) I changed the…
23 Mar 2015 15:31 UTC
-
Problem with Fakes
Morning Remco! Yes I see the variable in the immediate window, here is what I see ["COR_PROFILER"]: "{44250666-1751-4368-A29C-31CAF4CCF3F5}" I'll open a bug with this info. Thanks!
19 Mar 2015 13:33 UTC
-
Problem with Fakes
Morning Remco! Yes every test that call the Shims fail, those that do not pass. Here is the stack trace Microsoft.QualityTools.Testing.Fakes.Shims.ShimNotSupportedException: DSF.Service.CPS.TerminalId.Contrat.TerminalIdAdapteur at Microsoft.QualityTools.Testing.Fakes.UnitTestIsolation.Un…
18 Mar 2015 12:19 UTC
-
Problem with Fakes
I am using NCrunch version 2.13.0.5 I have a project which uses Microsoft Fakes, when I run my tests with VS test engin every test pass without any problem. But when I do run them in NCrunch I have maybe 20% of them that fail with the ShimNotSupportedException Basically they all seems to fail …
17 Mar 2015 15:10 UTC
-
Not showing all the tests covering a function/method
Ok forget all my post, I just realized that there is a scroll bar on the right side of the popup :p
11 Apr 2012 19:35 UTC
-
Not showing all the tests covering a function/method
Ok I did some more testing, here is what I found. If I create a new class with one function, add a test class that I name TestClass1 to test it and write more than 6 tests covering that exact function. NCrunch shows me only the first 6 tests in the test class. If I add a second class with 4 un…
11 Apr 2012 11:42 UTC
-
Not showing all the tests covering a function/method
[quote=Remco;1658]There isn't any limit to the number of tests that NCrunch will show covering are particular line/method. However, sometimes the behaviour of the coverage is misunderstood. NCrunch will only show physical code coverage (not conceptual code coverage), so if you have a static cons…
11 Apr 2012 09:52 UTC
-
Not showing all the tests covering a function/method
I was wondering, is it a bug or is it a feature where there is a maximum of 6 covering tests showing? Also, if it is a feature, anyway I can change that to be able to see all the covering tests? I would also like to understand how you choose which one to show. I am using the latest build with…
10 Apr 2012 13:35 UTC