2ff962983f | ||
---|---|---|
CreateUnitTests.NUnit | ||
IntelliTest.NUnit | ||
TestGeneration.Extensions.NUnit | ||
.gitignore | ||
Osiris.Extended.ruleset | ||
Package.sln.DotSettings | ||
README.md | ||
TestGeneration.Extensions.NUnit.sln | ||
TestGeneration.Extensions.NUnit.sln.DotSettings | ||
license.txt | ||
notice.md |
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.