From 0a85cd715ea14077469e0dc135aa3c8fc484f56f Mon Sep 17 00:00:00 2001 From: Rob Prouse Date: Wed, 9 Sep 2015 09:27:53 -0400 Subject: [PATCH] Added a README to the solution to fix #1 --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b4b1c4 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# NUnit Visual Studio 2015 Test Generator + +This is an extension for Visual Studio 2015 that extends +IntelliTest to allow you to create unit tests and IntelliTests. +This extension extends the built in IntelliTest functionality allowing +developers to generate tests using NUnit 2.6.x or NUnit 3.0. + +##Visual Studio Enterprise is Required## + +Please note that this extension does not generate the tests, it merely +extends IntelliTest to allow it to generate tests using NUnit. Users +should also be aware that **IntelliTest is only available in Visual +Studio Enterprise edition.** Installing this extension in any other +version of Visual Studio will do nothing. + +##How to Use## + +For more information on using IntelliTest and this extension, please +see the [Microsoft documentation](https://msdn.microsoft.com/en-us/library/dn823749.aspx). + +###Right-Click to Create Tests### + +![Right-Click to Create Tests](https://i-msdn.sec.s-msft.com/dynimg/IC820614.png) + +###Select NUnit from the Test Framework dropdown### + +![Selecting NUnit](https://i-msdn.sec.s-msft.com/dynimg/IC820617.png) \ No newline at end of file