How does MbUnit work with VS 2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T10:56:23Z http://stackoverflow.com/feeds/question/273817 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008 1 How does MbUnit work with VS 2008 Calum 2008-11-07T22:15:00Z 2009-01-16T07:03:10Z <p>I set up MbUnit and have been trying to get it to work with VS 2008 using the MbUnit GUI but every time I run a test it closes and I get a this program needs to close error.</p> <p>I had a similar problem with Gallio where I got a runner exception every time I ran a test.</p> <p>Do I need an addin for VS like testDriven.Net to get this to work?</p> http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/310406#310406 0 Answer by Nick DeVore for How does MbUnit work with VS 2008 Nick DeVore 2008-11-21T22:19:39Z 2008-11-21T22:19:39Z <p>You don't need TestDriven.Net but it sure helps.</p> <p>When you say you use the MBUnit GUI "but every time I run a test it closes..." do you mean that MBUnit closes or VS2008? If is MBUnit, then perhaps there is something wrong with your installation. If it is VS2008, then something is fishy since MBunit shouldn't cause VS2008 to crash.</p> <p>I've used (though I've stopped and now use NUnit) MBUnit with TestDriven.Net and VS2005 with great success.</p> http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/430473#430473 1 Answer by Doanair for How does MbUnit work with VS 2008 Doanair 2009-01-10T03:01:14Z 2009-01-10T03:01:14Z <p>Same here. TestDriven.Net really makes things slick and easy. Right-click on a test and run it... MBUnit integrates fine with that add-in.</p> http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/449688#449688 0 Answer by Lance Fisher for How does MbUnit work with VS 2008 Lance Fisher 2009-01-16T06:39:59Z 2009-01-16T06:39:59Z <p>I'd recommend testdriven.net for a free tool, and ReSharper as a better tool for running MbUnit tests.</p> <p>The Gallio test running shouldn't be crashing on you like that, there is a problem somewhere.</p> http://stackoverflow.com/questions/273817/how-does-mbunit-work-with-vs-2008/449722#449722 0 Answer by Krzysztof Koźmic for How does MbUnit work with VS 2008 Krzysztof Koźmic 2009-01-16T07:03:10Z 2009-01-16T07:03:10Z <p>I'm using combination of Visual Studio 2008, ReSharper 4.1 and latest builds of Gallio. With that it works pretty well.</p>