简体   繁体   中英

Can I run NUnit tests from within Visual Studio 2010?

Is there an addon of some kind that will let me run and view results from inside Visual Studio? 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.

作为TestDriven.Net的替代品,CodeRush或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 :-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM