Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 and MBUnit how to run just one test

I have Gallio/MbUnit installed and am using VS 2010 RC and I want to be able to run a single unit test or just all unit tests inside of a TestFixture and not all the tests in the entire project everytime I debug. How do you do this in VS 2010?

like image 816
runxc1 Bret Ferrier Avatar asked Dec 23 '22 05:12

runxc1 Bret Ferrier


1 Answers

Install testdriven.net, there is a free personal version

http://www.testdriven.net/

like image 140
bristows Avatar answered Dec 28 '22 11:12

bristows