Forum member

Molibar

3 posts

Posts by Molibar

  1. When I add an NUnit Category to my TestFixtures these Fixtures disappear

    The amount of stupid I feel now, I thought I had tested that already. Thanks a bundle, you're my hero! Regards, Molibar

  2. When I add an NUnit Category to my TestFixtures these Fixtures disappear

    Hi Remco, Thanks for getting back to me so fast! I analyzed the problems a bit further and noticed that it has to do with if any of the Tests has Multiple Categories. When the Test Fixture has Multiple Categories no tests will run for that fixture. If the Test Fixture has One Category all tes…

  3. When I add an NUnit Category to my TestFixtures these Fixtures disappear

    When I add an NUnit Category to my TestFixtures these Fixtures disappear from the NCrunch Test Window. I'm not using any weird characters, the category names I've used is "Facebook" and "SAM-16999". Doesn't matter if I write it as: [TestFixture, Category("Facebook")] or separate them as : […