Forum member
jjvdgeer
16 posts
Posts by jjvdgeer
-
Combination 'Show coverage for selected test only' and 'Churn'
Done. :) https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/38181814-possibility-to-turn-off-churn-when-show-cove Cheers, Jan-Jaap
19 Jul 2019 06:09 UTC
-
Combination 'Show coverage for selected test only' and 'Churn'
I was fixing a heisentest and for this I had turned on both the 'Show coverage for selected test only' and the 'Churn selected test until it fails' at the same time. When I had fixed the test, the churning of course didn't turn up any failures. So I wanted to stop the test, but it wasn't obvious …
18 Jul 2019 11:36 UTC
-
TestCase with too many parameters does not fail
OK. It has been annoying but it will probably take a while before it is annoying again (i.e. before someone manages to put in a test with the wrong number of parameters). :) I don't think there's any good reason why we shouldn't be able to update to NUnit 3, so I'll look into that. Thanks.
16 Oct 2017 08:59 UTC
-
TestCase with too many parameters does not fail
NCrunch is the newest (as far as I'm aware), 3.11.0.9. NUnit is actually pretty old, it's 2.6.3. Maybe I should update NUnit?
16 Oct 2017 06:27 UTC
-
TestCase with too many parameters does not fail
Shouldn't NCrunch report this in some way as an error? : [TestCase(42, "wrong")] public void TestIt(int i) { } The NUnit testcase has a parameter mismatch. It never executes the test, which has bitten me twice the last week... This does fail though: [TestCase("wrong")] public void Te…
13 Oct 2017 13:00 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
So I should have taken your first advice about /VS 2015, then my problem would have gone away... :) Well, doing so now and it works fine now. Glad you found the problem! Thanks!
05 Oct 2017 19:38 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
I just sent the trace log through the same contact form as before.
04 Oct 2017 21:47 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
I haven't looked close at the problem at the buildserver but for now I'm assuming it is unrelated. Deleting the _NCrunch directory there and rebuilding did not fix it, but there were more pressing matters, so I had to leave it for now. However, I think I have a sequence that reproduces the proble…
04 Oct 2017 19:08 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
It comes back all the time. It most certainly is not a one off. However I'm not really sure what is involved, but it seems to be related to using the solution both from Visual Studio and running the Console Tool on the same directory. But I think that's not the whole story. There is a solution that …
04 Oct 2017 05:57 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
The nugget problem is not really a problem as we're using maven and as a consequence convert all needed nugget packages to maven packages. The corruption problem is more relevant though. I'm not really sure how easy it will be to ensure the cache is emptied through the maven build process. Not a …
04 Oct 2017 04:58 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
Done
03 Oct 2017 10:56 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
It targets the .NET 4.0 framework. This is how the csproj file looks like: https://pastebin.com/dEi0KT9k
03 Oct 2017 08:53 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
CPS is something to do with .NET Core? I don't think that's relevant here than. We're talking about a normal VS2015 project targeting .NET 4.6.1 (though some projects still target 4.0). I now got the same problem at my work machine, so it's obviously not restricted to my home machine. I have t…
03 Oct 2017 06:47 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
Hm, it seems there's more to it than that. When I have the solution open in Visual Studio, it fails with the above error. Also when I delete the _NCrunch directory and NCrunch disabled. But when I close VS and then delete the _NCrunch directory and then build it works fine. Unsure what is happ…
02 Oct 2017 20:24 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
Hm, I think I resolved my issue. Seems all I had to do was remove the _NCrunch directory... Some issue with upgrading from 2.19?
02 Oct 2017 20:01 UTC
-
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
On my home machine I just installed the Console Tool which runs the tests in our build system. At work I use the same setup and it works fine there. However here on this machine it fails: Launched command : cmd.exe /X /C ""C:\Program Files (x86)\Remco Software\NCrunch Console Tool\NCrunch.exe" C:…
02 Oct 2017 19:40 UTC