Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
Перейти к файлу
Mikkel Nylander Bundgaard 749f9e6961
Merge pull request #195 from nunit/slack
Replace Gitter badge with Slack invite link
2021-12-15 22:56:58 +01:00
lib use nuget dependency NUnitV2.Core 2020-04-03 16:43:58 +02:00
nuget Update to 2.3 2020-06-08 13:25:38 +02:00
src Update to 2.3 2020-06-08 13:25:38 +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 Fix for issue #189 2020-05-06 21:53:17 +02: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 for issue #189 2020-05-06 21:53:17 +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 Replace Gitter badge with Slack invite link 2021-03-13 10:39:24 -05: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.

You can download the latest release version

from NuGet Version

Support

Ask support questions Slack or raise an issue

License

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

Documentation

The NUnitTestAdapter wiki is the best place to start.

Also check the release notes.