Setting up NUnit

Course Home | Download and Install NUnit

As mentioned throughout the Basic C# course I use NuGet when I develop in C#. We spoke about that in lesson 2. So getting NUnit into our project is a simple case of telling NuGet we want to. From the link above you can find all the ways to install NUnit. However, in VS, we just use NuGet.

NUnit will now be added to our project and we’ll be able to add it to the classes we need.

Next Lesson ➔

Richard Bradshaw's photo
Author

Richard Bradshaw

@FriendlyTester

Software Tester, speaker and trainer at Friendly Testing. BossBoss at Ministry of Testing. Whiteboard Testing creator. Striving to improve the testing craft.

Comments