Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top