I am trying to run NCover explorer but I keep getting the following exception:
Errors and Failures:
1) Test Error : UnitTesting..Successfull
TypeMock.TypeMockException :
*** Typemock Isolator is not currently enabled.
To enable do one of the following:
* To run Typemock Isolator as part of an automated process you can:
- run tests via TMockRunner.exe command line tool
- use 'TypeMockStart' tasks for MSBuild or NAnt
I can run NConver.console using:
"C:Program Files (x86)TypemockIsolator.0TMockRunner.exe" -first -link NCover3.0 "C:Program Files (x86)NCoverNCover.Console.exe" //x "d:coverage.xml" "C:Program Files (x86)NUnit 2.5.3in
et-2.0
unit-console-x86.exe" "D: UnitTesting.dll"
Is it possible to execute NCover Explorer and run tests within, or is the NCover.console the only way?
Thanks,
Teo