A Visual Studio extension for generating unit tests and IntelliTests using NUnit
Перейти к файлу
yowkotsai d5c2c69c07 New #25
Use the latest test adapter for NUnit2
2017-08-06 20:07:35 +08:00
CreateUnitTests.NUnit New #25 2017-08-06 20:07:35 +08:00
IntelliTest.NUnit Change copyright holder from Charlie to Terje 2017-06-13 23:25:54 -07:00
TestGeneration.Extensions.NUnit Change copyright holder from Charlie to Terje 2017-06-13 23:25:54 -07: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 Updated readme with correct links 2017-04-11 07:38:04 +02: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 and Visual Studio 2017. 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

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 2015: Visual Studio Marketplace

For VS 2017: Visual Studio Marketplace

Documentation

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