Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TestDriven.NET is not running my SetUp methods for MbUnit

I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp attribute. These methods run before the tests just fine using the MbUnit GUI, the console runner, and the ReSharper MbUnit plugin. However, when I run the tests with TestDriven.NET it does not run the SetUp methods at all.

Does anyone know if this is a bug with TestDriven.NET or if I have something setup wrong?

like image 272
Lance Fisher Avatar asked Aug 06 '08 21:08

Lance Fisher


3 Answers

No longer an issue with recent versions of Gallio since v3.0.4. Just make sure to use the 64-bit installer.

like image 88
Jeff Brown Avatar answered Nov 10 '22 19:11

Jeff Brown


After having this problem for weeks on Vista 64, I found a post by Dave Bouwman just today, and it fixed this problem.

like image 38
Lance Fisher Avatar answered Nov 10 '22 19:11

Lance Fisher


I had this exact same issue after installing NUnit using nuget ... previously I had been using an older version of NUnit and everything had worked fine.

I think TestDriven is not compatible with the latest version of NUnit.

I've switched to using NCrunch, which is free, and compiles/runs tests in the backgound as you are coding, amongst other things. Highly recommended.

like image 1
soupy1976 Avatar answered Nov 10 '22 17:11

soupy1976