up vote 6 down vote favorite
share [g+] share [fb]

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?

link|improve this question

65% accept rate
feedback

3 Answers

up vote 3 down vote accepted

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

link|improve this answer
Yep. I'm using that now, and I've been happy. – Lance Fisher Jan 7 '09 at 1:23
feedback

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

http://blog.davebouwman.net/2008/08/05/TroubleRunningMbUnitTestsWithTestDrivennetOnVista64.aspx

link|improve this answer
feedback

Did you remember to make the setup function public?

link|improve this answer
I've done that before, but that wasn't the issue here. – Lance Fisher Jul 22 '09 at 17:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.