chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hello All.

I have the following story.
In our company there is SonarQube as static analyzer of code.
We have installed Gallio for run tests, and configure OpenCover as coverage tool.

Tests without Typemock are running perfectly.
But when I try to run tests with Typemock I have the following exception: TypemockException: OpenCover profiler is disabled.

I have registered OpenCover.Profiler.dll, but I still get this error.
Everywhere I see that I need to choose OpenCover as profiler in Isolator Configuration. But I do not see such tab in my version.

My edition: Complete Evaluation (trial period).

Can anyone help me.

P.S. I am not an English speaker, so I am sorry for my errors.
asked by dgavrilov (600 points)

1 Answer

0 votes
Hi,

Running two profilers together is a unique ability of Isolator.
In order to enable it Isolator must be the profiler which is registered first.
The operation of linking now happens seamlessly when Isolator is enabled either from Visual Studio or With TMockRunner.exe

More info is available here

Let me know if it helps.

P.S

If you need an extension for your evaluation please send please let me know.
answered by alex (17k points)
...