I'm trying to write some NUnit tests for a project. I add a new Class Library to the solution. Is this the correct project type?
I added a reference:
using NunitFramework;
and added my tests.
I have Gallio installed, but I'm unsure about whether it's configured properly. I'm new to using this, and I'm hoping someone can tell me how you actually run the tests.
It was my understanding you could right click and select run all tests. Alternatively I thought you could click on the [Test]
attribute and click run or debug.
Alternatively, how do I load tests into the Test Results window to run debug them?