A Visual Studio extension for generating unit tests and IntelliTests using NUnit
Перейти к файлу
Terje Sandstrom e6ea1926d0
Merge pull request #31 from nunit/Update2019
Update2019
2019-02-22 11:10:44 +01:00
CreateUnitTests.NUnit Update for VS2019 2019-02-21 22:19:06 +01:00
IntelliTest.NUnit Update for VS2019 2019-02-21 22:19:06 +01:00
TestGeneration.Extensions.NUnit Corrected manifest 2019-02-22 09:59:27 +01:00
.gitignore Updated vsix to vsix3 for Visual Studio 15 #8 2016-11-11 22:30:32 -08:00
Osiris.Extended.ruleset Updated code. Set version to 0.9.0. 2015-07-16 20:42:56 +02:00
Package.sln.DotSettings Initial code 2015-07-02 22:46:27 +02:00
README.md Update for VS2019 2019-02-21 22:19:06 +01:00
TestGeneration.Extensions.NUnit.sln Updated vsix to vsix3 for Visual Studio 15 #8 2016-11-11 22:30:32 -08:00
TestGeneration.Extensions.NUnit.sln.DotSettings Added dotsettings file 2015-07-02 22:51:06 +02:00
license.txt Change copyright holder from Charlie to Terje 2017-06-13 23:25:54 -07:00
notice.md Added NUnit standard headers to all files 2015-12-27 15:42:02 +01:00

README.md

NUnit Visual Studio Test Generator

This is an extension for Visual Studio that extends the test functionality to allow you to create unit tests and IntelliTests. It works for Visual Studio 2015, 2017 and 2019. The extension extends the built in test generator functionality allowing developers to generate tests using NUnit 2.6.x or NUnit 3.x.

Please note that IntelliTest is only available in Visual Studio Enterprise edition. Other editions of Visual Studio only have the Create Unit Tests menu option.

Also note that there are seperate versions for VS 2015 and VS 2017/2019

Download

You can download this extension in Visual Studio using Tools | Extensions and Updates... and searching for Test Generator NUnit Extension.

You can also download from the GitHub Releases Page.

For VS 2017/2019: Visual Studio Marketplace

For VS 2015: Visual Studio Marketplace

Documentation

Documentation and a Quick Start Guide can be found on the NUnit Documentation Wiki.

Release notes can be found at NUnit TestGenerator Release Notes