Forum member

jrutila

4 posts

Posts by jrutila

  1. 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.

  2. 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…

  3. 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.

  4. 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?