How to Install NUnit testing Framework and Visual Studio Test Adapter
GitHub project I’m currently playing around with required NUnit testing framework. At first I have installed latest and the greatest version 3.2.1. Tried to run the tests, nothing happened. Hmmmm, what was I missing? I’m always missing something. After poking around the project I soon realized 3.2.1 was not the right version. Written tests were not running because they were written for version 2.6.4. After additional installation and setting up of test adapters for visual studio everything worked.
One test that’s failing is of course written by me. It’s a smoke test for TCP implementation I’m working on.
All the needed links are below.
NUnit testing Framework http://www.nunit.org/index.php?p=download
NUnit Test Adapter for Visual Studio Test Adapter https://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d https://visualstudiogallery.msdn.microsoft.com/0da0f6bd-9bb6-4ae3-87a8-537788622f2d