开发者

Can I run NUnit tests from within Visual Studio 2010?

开发者 https://www.devze.com 2023-02-13 14:47 出处:网络
Is there an addon of some kind that will let me run and view results from inside Visual Studio开发者_StackOverflow? I remember there was some sort of icon with a red rocket ship on it. Any suggestions

Is there an addon of some kind that will let me run and view results from inside Visual Studio开发者_StackOverflow? I remember there was some sort of icon with a red rocket ship on it. Any suggestions? Can't remember the name.

I don't want to use NUnit Gui if I can help it.


Sounds like you're looking for TestDriven.Net. There are other alternative test runners to the NUnit GUI too, such as Resharper and Gallio.


TestDriven.NET is the tool you are using. There are alternatives though. I've recently started using NCrunch, as it gives the same type of functionality as TestDriven, plus it gives continuous testing, which I've found really useful.


As an alternative to TestDriven.Net there's always the test runners in products like CodeRush or Resharper.


Resharper has a test runner. As a bonus you get a load of refactoring possibilities that makes you wonder how you programmed before Resharper... And no, this is not an ad, I am just a big supporter :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消