TestDriven.NET is not running my SetUp methods for MbUnit - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T01:50:49Z http://stackoverflow.com/feeds/question/3984 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/3984/testdriven-net-is-not-running-my-setup-methods-for-mbunit 4 TestDriven.NET is not running my SetUp methods for MbUnit Lance Fisher 2008-08-06T21:06:32Z 2009-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#4092 2 Answer by Lance Fisher for TestDriven.NET is not running my SetUp methods for MbUnit Lance Fisher 2008-08-06T22:56:14Z 2008-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 -1 Answer by test for TestDriven.NET is not running my SetUp methods for MbUnit test 2008-12-26T16:57:27Z 2008-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#418605 2 Answer by Jeff Brown for TestDriven.NET is not running my SetUp methods for MbUnit Jeff Brown 2009-01-06T23:25:47Z 2009-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#1166304 0 Answer by Ben for TestDriven.NET is not running my SetUp methods for MbUnit Ben 2009-07-22T15:54:27Z 2009-07-22T15:54:27Z <p>Did you remember to make the setup function public?</p>