View Single Post
  #3  
Old 11-24-2006, 01:36 PM
teognost teognost is online now
Registered User
 
Join Date: 05-25-2004
Location: Prague,Czech Republic
Posts: 200
I have followed your indications-initially it did not work but after I made some changes into action-it works ok.
I needed to set the action this way:
In Input tab I have set:
Mode->Executable
Exec+Param->"C:\Program Files\NUnit-Net-2.0 2.2.8\bin\nunit-console.exe" "XTests.dll"
List of assemblies to profile->XTests (so here should not be the dll name but the profiled assembly\namespace)
In Option tab :
Additional options->/noshadow /xml:"E:\UnitTests\XTests.dll.xml"

Thanks for your help!
Reply With Quote