Forum member

msevestre

7 posts

Posts by msevestre

  1. NUnit 3.5 Tests not found

    Hi Remco, Nunit v3 support these types. I ran the tests using Resharper (which I had not used for testing well over 2 years) as well as nunit console and all is well. In the meantime, I did wrap those parameters into C# and life is great again with NCrunch (I should here mentioned that NCrunch i…

  2. NUnit 3.5 Tests not found

    I managed to find the reason for the issue but why the problem occurs is still a mistery. There is one file in our tests suite that is causing the issue. If I remove that file, everything is fine, if I add that file back, NCRunch cannot load the tests (ALL TESTS in the solution, not only the set of…

  3. NUnit 3.5 Tests not found

    Hi there, We just updated our test suite from NUnit 2.6.4 to Nunit 3.5. Ncrunch does not recognize tests anymore (No tests are queued for execution, Monitoring no tests etc...) Downgrading NUnit back to 2.6.4 and NCrunch finds our tests again. I have just installed the latest 3.3.0.6 using Vis…

  4. Issue with category and engine mode

    Remco: Nope engine was the right one. It had been indeed reset by the configuration wizard but I set it back to the custom one I had created Hope that helps, Cheers, Michael

  5. Issue with category and engine mode

    Hey Remco, So I managed to reproduce the issue. Using the reset button does not help What I did was the following: 1 - I went through the Configuration Wizard again to change the number of core used 2 - Suddenly, all my integration tests were back in ncrunch and not being ignored anymore 3 -…

  6. Issue with category and engine mode

    Hey Remco, Thanks for your quick feedback Interesting enough. After restarting VS2012 today, the tests to ignore were discovered by NCrunch. Maybe some caching issue? I'll monitor that issue further and get back to you if I have more questions Thanks for an awesome tool! I am used to continuou…

  7. Issue with category and engine mode

    Hi there, I have just downloaded the latest NCrunch build to give it a test ride. We have some integration tests that I do not want NCrunch to run. According to the documentation, the best way to achieve that is to defined a custom Engine mode. I followed the instruction but for some reason the…