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
nuget
src
tools
.editorconfig
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
LICENSE.txt
NUnitTestAdapter.sln
NUnitTestAdapter.sln.DotSettings
NuGet.Config
Osiris.Extended.ruleset
Rebracer.xml
appveyor.yml
build.cake
build.cmd
build.ps1
readme.md

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.