Search code examples
.netvisual-studiotddmbunittestdriven.net

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?


Solution

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