TestDriven.NET is not running my SetUp methods for MbUnit - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T01:50:49Zhttp://stackoverflow.com/feeds/question/3984http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit4TestDriven.NET is not running my SetUp methods for MbUnitLance Fisher2008-08-06T21:06:32Z2009-07-22T15:54:27Z
<p>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. </p>
<p>Does anyone know if this is a bug with TestDriven.NET or if I have something setup wrong?</p>
http://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit/4092#40922Answer by Lance Fisher for TestDriven.NET is not running my SetUp methods for MbUnitLance Fisher2008-08-06T22:56:14Z2008-08-06T22:56:14Z<P>After having this problem for weeks on Vista 64, I found a post by Dave Bouwman just today, and it fixed this problem. </P>
<P><A href="http://blog.davebouwman.net/2008/08/05/TroubleRunningMbUnitTestsWithTestDrivennetOnVista64.aspx" rel="nofollow">http://blog.davebouwman.net/2008/08/05/TroubleRunningMbUnitTestsWithTestDrivennetOnVista64.aspx</A></P>http://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit/393988#393988-1Answer by test for TestDriven.NET is not running my SetUp methods for MbUnittest2008-12-26T16:57:27Z2008-12-26T16:57:27Z<p>test test test </p>
http://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit/418605#4186052Answer by Jeff Brown for TestDriven.NET is not running my SetUp methods for MbUnitJeff Brown2009-01-06T23:25:47Z2009-01-06T23:25:47Z<p>No longer an issue with recent versions of Gallio since v3.0.4. Just make sure to use the 64-bit installer.</p>
http://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit/1166304#11663040Answer by Ben for TestDriven.NET is not running my SetUp methods for MbUnitBen2009-07-22T15:54:27Z2009-07-22T15:54:27Z<p>Did you remember to make the setup function public?</p>