A Visual Studio extension for generating unit tests and IntelliTests using NUnit
Перейти к файлу
Terje Sandstrom 313112e560 Updated manifest with release note link 2017-03-05 12:33:19 +01:00
CreateUnitTests.NUnit Updates for VS2017 2017-03-02 00:04:23 +01:00
IntelliTest.NUnit Updates for VS2017 2017-03-02 00:04:23 +01:00
TestGeneration.Extensions.NUnit Updated manifest with release note link 2017-03-05 12:33:19 +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 Updated license, readme and manifest 2017-03-04 22:38:37 +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 Added notice file, moved license to root, added info in all assembly.cs files. Removed unused files. Updated vsix author info. 2015-12-27 15:36:55 +01: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:

For VS 2015: Visual Studio Gallery or from the GitHub Releases Page.

For VS 2017:

##Documentation##

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