Forum member
Molibar
3 posts
Posts by Molibar
-
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
14 Jan 2015 11:58 UTC
-
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…
13 Jan 2015 11:31 UTC
-
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 : […
12 Jan 2015 19:55 UTC