Does Visual Studio Runner support other framework support?

Can I run nUnit tests in Visual Studio (for example)?

+3
source share
3 answers

You can get TestDriven.NET. This add-in for Visual Studio supports the following test environments:

NUnit
MbUnit
ZaneBug
MSTest
NCover
NCoverExplorer
Reflector
TypeMock
dotTrace
MSBee

The "personal" version is free.

+2
source

No. But Testdriven.NET supports internal tests and many others.

0
source

. . Visual Studio NUnit:

Visual Studio " ". Addin Visual Studio .

In addition, FYI, ReSharper has a test runner that can run NUnit tests inside Visual Studio.

0
source

Source: https://habr.com/ru/post/1712398/


All Articles