Forum member

dcwedgewood

4 posts

Posts by dcwedgewood

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

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

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

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