Small and simple addin that allows you to debug and run your NUnit tests within Visual Studio. The zipfile contains both addins for Visual Studio 2005 and Visual Studio 2008.
Version 0.1.34077.1605
- Bugfix: Unable to locate startup project in solution folders
Version 0.1.34076.2008
|
Very nice Job for a initial release. Kepp up the good work!!!
Thanks a lot.
by
pravinady
on
Mar 18 2011 at 3:34 AM
This is a great alternative to MSTest! It provides a quick way to run your unit tests mostly from within the VS IDE, and you don't have to mess with your project configurations at all. You can also debug your unit tests easily. It's not quite as good as TestDriven.Net, but it's *free*.
by
dmatsumoto
on
Mar 4 2010 at 10:01 PM
Very good starting point for a more complete test addin, I just added and sent you some extensions to run the test from the currently selected project (not only the one set as startup) and to run a single test that is under the caret.
by
AGiorgetti
on
Jun 26 2009 at 12:56 PM
It does what it says. I don't have to do a "hacky" run exe on the test project, or purchase a tool that will also kick off nunit.
The only thing i would like to see, is for it to auto run the tests (add the /run as a switch), and for a the right lick menu to kick off a specific test under the cursor (though I don't know if that's possible). Great job!
by
mhedman
on
May 21 2009 at 9:24 PM