Unit Testing

Executing NUnit Tests using the Visual Studio 2012 Test Runner

At a recent Visual Studio 2012 event at the Calgary .NET User Group, I was told that I could run my NUnit tests directly in the Visual Studio 2012 without any special plugins. Naturally, I was very excited and I immediately tried running my NUnit tests. I was somewhat disappointed to see that the Test Runner did not discover any of my NUnit tests. Apparently, you do still need to install an extension that supports NUnit. Microsoft has completely re-written the Test Runner in Visual Studio 2012 and ......