A Visual Studio extension for generating unit tests and IntelliTests using NUnit
Перейти к файлу
Terje Sandstrom 7692ff2a52
Merge pull request #51 from nunit/prepare30
Version 3.0
2023-03-07 17:05:52 +01:00
CreateUnitTests.NUnit Update docs 2023-03-07 16:31:58 +01:00
IntelliTest.NUnit Final changes and cleanup 2023-01-08 12:11:24 -05:00
TestGeneration.Extensions.NUnit Update docs 2023-03-07 16:31:58 +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 Remove NUnit 2 support 2023-01-08 10:47:59 -05: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
azure-pipelines.yml Set up CI with Azure Pipelines 2019-09-23 12:00:21 +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 2022. The extension extends the built in test generator functionality allowing developers to generate tests using 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 2022: Awaiting release

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