A Visual Studio extension for generating unit tests and IntelliTests using NUnit
Перейти к файлу
Terje Sandstrom 2ff962983f Updated manifest with release notes link 2017-03-05 14:26:05 +01:00
CreateUnitTests.NUnit Pass null as NUnit version to always get latest package 2016-07-14 21:07:35 +01:00
IntelliTest.NUnit Pass null as NUnit version to always get latest package 2016-07-14 21:07:35 +01:00
TestGeneration.Extensions.NUnit Updated manifest with release notes link 2017-03-05 14:26:05 +01:00
.gitignore Initial code 2015-07-02 22:46:27 +02: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-05 14:07:59 +01:00
TestGeneration.Extensions.NUnit.sln 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
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 2015 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 versions 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.