Skip to content

Commit

Permalink
Merge pull request #23 from nunit/VS2015
Browse files Browse the repository at this point in the history
Release of V. 1.1 for VS2015
  • Loading branch information
OsirisTerje authored Mar 7, 2017
2 parents 03fe165 + 2ff9629 commit a0c9068
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
# NUnit Visual Studio 2015 Test Generator
# 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.
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 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 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).
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="nunit3_32x32.png">
<Content Include="nunit_90.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
3 changes: 1 addition & 2 deletions TestGeneration.Extensions.NUnit/license.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
The MIT License (MIT)

Copyright (c) <2015> <Microsoft Corporation>
Copyright (c) <2015> <NUnit.org>
Copyright (c) <2015,2016,2017> <NUnit Software>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file removed TestGeneration.Extensions.NUnit/nunit3_32x32.png
Binary file not shown.
Binary file added TestGeneration.Extensions.NUnit/nunit_90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions TestGeneration.Extensions.NUnit/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="TestGeneration.Extensions.NUnit.113f61ed-a246-4431-809d-bcd393642488" Version="1.0.5" Language="en-US" Publisher="NUnit.Org" />
<Identity Id="TestGeneration.Extensions.NUnit.113f61ed-a246-4431-809d-bcd393642488" Version="1.1" Language="en-US" Publisher="NUnit.Org" />
<DisplayName>Test Generator NUnit extension</DisplayName>
<Description xml:space="preserve">Test Generator, NUnit extensions for Visual Studio 2015.
Creates Unit tests and Intellitests with both NUnit 2.6.4 and NUnit 3 frameworks.
</Description>
<MoreInfo>https://github.com/nunit/nunit-vs-testgenerator</MoreInfo>
<License>license.txt</License>
<GettingStartedGuide>https://github.com/nunit/docs/wiki/Visual-Studio-Test-Generator</GettingStartedGuide>
<Icon>nunit3_32x32.png</Icon>
<ReleaseNotes>https://github.com/nunit/docs/wiki/TestGenerator-Release-Notes-VS2015</ReleaseNotes>
<Icon>nunit_90.png</Icon>
<PreviewImage>preview.jpg</PreviewImage>
<Tags>unit testing, NUnit</Tags>
</Metadata>
Expand Down

0 comments on commit a0c9068

Please sign in to comment.