Forum member
jrutila
4 posts
Posts by jrutila
-
NCrunch Test Window shows tests still running
It works! All the tests now look green and fine. Thanks! I will install VS2019 soon and test it there also. I can report here if it doesn't work but can't see why it wouldn't.
05 Apr 2019 06:20 UTC
-
NCrunch Test Window shows tests still running
I have narrowed it to this test: [code=csharp] [TestClass] public class StringHelperTest { [TestMethod] public void StringToArray_Value_Not_Valid_Should_Return_Exception() { var ex = Assert.ThrowsException<ArgumentException>(() => StringHelpe…
04 Apr 2019 11:40 UTC
-
NCrunch Test Window shows tests still running
This happens consistently on this specific project. Other projects are ok. I will submit the bug report (now that I found the way, thanks). edit: I submitted the report. Please keep me posted.
03 Apr 2019 07:56 UTC
-
NCrunch Test Window shows tests still running
Hi, I have following situation: So, the NCrunch icon on Visual Studio is idle and it says "NCrunch engine is idle". The Tests window also shows like it is not doing anything. Still, part of the tests show as they would still be running. Any ideas?
03 Apr 2019 06:17 UTC