-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated license, readme and manifest
- Loading branch information
1 parent
ad52f55
commit 10153c6
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
# NUnit Visual Studio 2015 Test Generator | ||
# 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 versions from 2017 and above. | ||
This extension extends the built in test generator functionality allowing | ||
developers to generate tests using NUnit 2.6.x or NUnit 3.0. | ||
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 | ||
and searching for **Test Generator NUnit Extension**. | ||
|
||
You can also download from: | ||
|
||
For VS 2015: | ||
[Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/bd30bf3f-4183-4b00-a245-1875316b8cd3) | ||
or from the [GitHub Releases Page](https://github.com/nunit/nunit-vs-testgenerator/releases). | ||
|
||
For VS 2017: | ||
|
||
|
||
##Documentation## | ||
|
||
Documentation and a Quick Start Guide can be found on the [NUnit Documentation Wiki](https://github.com/nunit/docs/wiki/Visual-Studio-Test-Generator). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters