How to set the coverage.xml path when running Typemock with NCover? I try the below code
tmockrunner.exe -link ncover3.0 nunit-console.exe "C: est.dll" //x "C:coverage.xml"
But there is no coverage.xml file generated. Any idea?
TMockRunner -first -link NCover3.0 "c:program files cover cover.console.exe" //x "c:coverage.xml" "C:Program Files (x86)NUnit 2.4.7in unit-console.exe" "C: est.dll"