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

Hi,

I'm unable to run tests using the Resharper test runner. I am consistently getting the error:

SetUp : TypeMock.TypeMockException : 

*** Typemock Isolator is currently disabled. Enable using the following:

 * Within Visual Studio: 

   - Use Typemock Smart Runner  

   - For other runners, Choose Typemock Menu and click "Integrate with Other Runners"

 

 * 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 have Smart & "Integrate with Other Runners" enabled.

This is my setup:

  • I'm using Visual Studio Professional 2019 (I face the same issue with 2017).
  • I have the Typemock 8.9.1.0 - Complete version.
  • ReSharper 2019.2.4 


 I haven't been able to use the tools for several days. Could please help?

Thank you

asked by rennaji (600 points)

1 Answer

+1 vote

Hi

Do you have AutoLinker enabled? 

See here

answered by eli (5.7k points)

Hi eli,

Yes I have the below boxes checked as well:

  • Enable Mocking Integration
  • Enable Auto Linking (with other Coverage Tools)
...