Setting Visual Studio To test a particular Assembly using the NUnit GUI In VS, for the particular project of interest go to Project->Properties->Configuration Properties->Debugging and set the following fields:
Start Application:C:\...\NUnitPath\bin\nunit-gui.exeCommand Line Arguments:
/fixture:namespace.of.assembly.to.test.goes.here /run
No comments:
Post a Comment