Forum member
dcwedgewood
4 posts
Posts by dcwedgewood
-
NCrunch test pass, but some green dots and some red dots
I don't see the modeling project listed in the NCrunch window at all, so I can't ignore it. I did try deleting the modeling project, and forcing NCrunch to do a full retest, which then showed the green dots as expected. I'm surprised you don't see it, as it is very repeatable for me, but maybe…
03 Sep 2015 21:15 UTC
-
NCrunch test pass, but some green dots and some red dots
As something to help you diagnose, I created a whole new solution with a console project, a class library, and a unit test project, all using defaults. I then define a simple class in the class library: [code=csharp] namespace MyClassLibrary { public class MyClass { public…
28 Aug 2015 05:54 UTC
-
NCrunch test pass, but some green dots and some red dots
It is not a false pass - the test is actually passing correctly, and shows pass in the NCrunch Tests window (all tests pass, with non ignored). I had deleted the modeling project to continue on with development normally, so today I just went back in and added a new, default modeling project. I di…
25 Aug 2015 21:06 UTC
-
NCrunch test pass, but some green dots and some red dots
I'm using: NCrunch v2.15 Visual Studio 2015, Enterprise Edition A simple test that showed some strange behavior for me: [code=csharp] [TestMethod] public void TopLevelGroupsAndLoners_Construct_IsCorrect() > { // arrange, act * var datastore = CreateDat…
25 Aug 2015 03:28 UTC