I am developing vs2008, C #,. Net 3.5.
I downloaded NUnit 2.5 win / msi version. I created the [TestFixture] class containing several [Test] methods.
How to run tests?
When I run the NUnit demo solution from Ed Ames, its test .cs files have an icon in the gray column to the left of the code (in the same place as breakpoints, bookmarks, etc.). Clicking on the icon gives me the option I need to run the tests.
This icon does not appear in my projects. Is there a property that I need to set?
In addition, the documentation refers to the NUnit GUI, which you can use to run tests. The GUI does not seem to be loaded into the NInit version. Is there a separate download for Gui?
unit-testing nunit bdd
Lill lansey
source share