vote up 4 vote down star

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?

flag

41% accept rate

4 Answers

vote up 2 vote down check

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

link|flag
Yep. I'm using that now, and I've been happy. – Lance Fisher Jan 7 at 1:23
vote up 0 vote down

Did you remember to make the setup function public?

link|flag
I've done that before, but that wasn't the issue here. – Lance Fisher Jul 22 at 17:49
vote up -1 vote down

test test test

link|flag
vote up 2 vote down

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|flag

Your Answer

Get an OpenID
or

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