nunit / nunit-vs-testgenerator

A Visual Studio extension for generating unit tests and IntelliTests using NUnit
https://visualstudiogallery.msdn.microsoft.com/bd30bf3f-4183-4b00-a245-1875316b8cd3
MIT License
35 stars 23 forks source link

How can I use it? #1

Closed aloisdg closed 9 years ago

aloisdg commented 9 years ago

Hello,

Can you share a screenshot of the extension? Can you share a usecase of the extension?

Thank you!

rprouse commented 9 years ago

Sorry, we've been meaning to write some documentation, but keep procrastinating. I will try to write up something today, if only a blog post and add the link here. On Sep 9, 2015 5:56 AM, "Alois" notifications@github.com wrote:

Hello,

Can you share a screenshot of the extension? Can you share a usecase of the extension?

Thank you!

— Reply to this email directly or view it on GitHub https://github.com/nunit/nunit-vs-testgenerator/issues/1.

aloisdg commented 9 years ago

I would be perfect. Thank you.

rprouse commented 9 years ago

@aloisdg I tried to document this extension, but unfortunately this only works for Visual Studio 2015 Enterprise edition which I do not have. If you do and would like to use it, Microsoft has decent documentation at https://msdn.microsoft.com/en-us/library/dn823749.aspx

rprouse commented 9 years ago

@aloisdg, I have updated the README here on GitHub and the page in the Visual Studio Gallery with more information. Thanks for letting us know that our documentation was lacking :+1:

aloisdg commented 9 years ago

That seems awesome! As a Community user I can use it but still.

rprouse commented 9 years ago

@aloisdg, I made a mistake. I think there was a problem with my install of the test extension. I re-installed and the Create Unit Test is now working. It is only the IntelliTests portion that requires Visual Studio Enterprise. You should be able to create unit tests using this extension from Community Edition.

For information on how to use it, check out the README here on GitHub, or the page in the Visual Studio Gallery.

aloisdg commented 9 years ago

@rprouse Nice information!