In order to use NUnit with Visual Studio you do not need to install or configure NUnit into Visual Studio. You will simply load .DLLs or .EXEs into NUnit through it's GUI.
Step-by-step guide
- Add /[TestFixture] attribute to your class
Related articles
Add Comment