Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
Перейти к файлу
Terje Sandstrom e9d25d1167 Updated test projects to use NUnit 2.7 2019-06-03 18:49:27 +02:00
lib Updates libs and NUnit to 2.6.4. Updated Moq to latest. 2015-03-22 21:33:38 +01:00
nuget Update to make adapter work with Visual Studio 2019 #180 2019-06-03 00:35:10 +02:00
src Updated test projects to use NUnit 2.7 2019-06-03 18:49:27 +02:00
tools Update cake build to match NUnit 3 adapter 2016-10-23 20:31:34 -07:00
.editorconfig Add editor settings files 2014-11-09 12:10:19 -05:00
.gitattributes Add .gitattributes and .gitignore 2013-10-06 19:28:24 -07:00
.gitignore Prepared for release of V2.1 2017-03-03 22:51:58 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-12-02 09:52:00 -05:00
LICENSE.txt Add Terje to the copyright 2017-06-20 13:19:45 -07:00
NUnitTestAdapter.sln Update to make adapter work with Visual Studio 2019 #180 2019-06-03 00:35:10 +02:00
NUnitTestAdapter.sln.DotSettings added resharper dotsettings team file 2014-01-26 00:20:08 +01:00
NuGet.Config Add NuGet.config 2016-07-11 08:41:17 -07:00
Osiris.Extended.ruleset Updated version numbers to 1.1 2014-05-11 22:39:40 +02:00
Rebracer.xml Add editor settings files 2014-11-09 12:10:19 -05:00
appveyor.yml Merge pull request #149 from nunit/Issue143 2017-03-27 18:39:14 +02:00
build.cake Fix version 2019-06-03 00:35:46 +02:00
build.cmd Create Cake build script 2016-07-12 18:26:00 -07:00
build.ps1 Update cake build to match NUnit 3 adapter 2016-10-23 20:31:34 -07:00
readme.md Update to make adapter work with Visual Studio 2019 #180 2019-06-03 00:35:10 +02:00

readme.md

NUnit Test Adapter for Visual Studio, for NUnit 2.X

The NUnit Test Adapter only runs NUnit 2.X tests in Visual Studio 2012 and newer.

Note that it does not run NUnit 3.X tests, for that you need the NUnit3TestAdapter

Please consider moving your code to use NUnit3. This adapter is only maintained to support newer versions of Visual Studio, and is very rarely updated. We might fix an occasional bug if it is critical.

Support

Ask support questions Chat or raise an issue

License

The NUnit 3 Test Adapter is Open Source software released under the .