Can I run nUnit tests in Visual Studio (for instance)?
我可以在Visual Studio中运行nUnit测试吗(例如)吗?
3 个解决方案
#1
You can get TestDriven.NET. This add-in for Visual Studio supports the following test frameworks:
你可以得到TestDriven.NET。 Visual Studio的这个加载项支持以下测试框架:
NUnit
MbUnit
ZaneBug
MSTest
NCover
NCoverExplorer
Reflector
TypeMock
dotTrace
MSBee
The "personal" version is free.
“个人”版本是免费的。
#2
No. But Testdriven.NET supports the internal tests and many others.
不。但Testdriven.NET支持内部测试和许多其他测试。
#3
Not really. See Visual Studio Support in the NUnit documentation:
并不是的。请参阅NUnit文档中的Visual Studio支持:
Visual Studio support in this release is a sort of “poor man’s integration.” We have implemented a number of features while avoiding any that would require using an Addin or otherwise interacting with the Visual Studio extensibility model.
此版本中的Visual Studio支持是一种“穷人的集成”。我们已经实现了许多功能,同时避免了使用Addin或与Visual Studio可扩展性模型交互的任何功能。
Also, FYI, ReSharper has a test runner that can run NUnit tests inside of Visual Studio.
另外,FYI,ReSharper有一个测试运行器,可以在Visual Studio中运行NUnit测试。
#1
You can get TestDriven.NET. This add-in for Visual Studio supports the following test frameworks:
你可以得到TestDriven.NET。 Visual Studio的这个加载项支持以下测试框架:
NUnit
MbUnit
ZaneBug
MSTest
NCover
NCoverExplorer
Reflector
TypeMock
dotTrace
MSBee
The "personal" version is free.
“个人”版本是免费的。
#2
No. But Testdriven.NET supports the internal tests and many others.
不。但Testdriven.NET支持内部测试和许多其他测试。
#3
Not really. See Visual Studio Support in the NUnit documentation:
并不是的。请参阅NUnit文档中的Visual Studio支持:
Visual Studio support in this release is a sort of “poor man’s integration.” We have implemented a number of features while avoiding any that would require using an Addin or otherwise interacting with the Visual Studio extensibility model.
此版本中的Visual Studio支持是一种“穷人的集成”。我们已经实现了许多功能,同时避免了使用Addin或与Visual Studio可扩展性模型交互的任何功能。
Also, FYI, ReSharper has a test runner that can run NUnit tests inside of Visual Studio.
另外,FYI,ReSharper有一个测试运行器,可以在Visual Studio中运行NUnit测试。