If I'm not mistaken, NUnit is the de facto standard for unit testing, but I just downloaded it, wrote a simple test, and then apparently I need to run the GUI and load my .exeassembly, which just failed.
I tried editing
C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\nunit.exe.config
As suggested in this question , but that didn't work either, so I tried to download the nunit source code and compile it in vs2010, but it didn’t even compile. Unable to find punit.framework.dll. This solution says that "does not contain a definition for AllTestsExecuted", so I'm a little upset here. You might think that there will be a usable and working environment for .net 4, no?
So my question is: how do I get NUnit to work, or is there another structure that will cause me less agony?
source
share