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,
I am a beginner and am posting this in the beginners section in case I am doing something wrong. My issues is that Typemock Isolator 7 does not appear to recognize my unit tests. I have tested using the example solution provided by the Typemock installation and also a real solution that I am actively developing. I am using Visual Studio 2010 Ultimate SP1 on a 64-bit Windows 7 installation. The issue is that tests do not automatically run when I build my solution, I do not see shields to indicate successful or failed tests and I do not see an option under the typemock dropdown to execute my tests (i.e. run all tests).
Any help would be greatly appreciated!
Thank you
Jason

build.png (Result of building solution. No tests are executed)

menu.png (Typemock menu contains limited number of option - shouldn't it have a run all tests option?)

code.png (Code. I can see resharper test runner icons, but no shields or autorunner)
asked by jirwin (1.7k points)

2 Answers

0 votes
Hi,

It seems like a bug that the Auto-Runner extension is not enabled. Can you please try to enable it and see if it gives any feedback?

In order to enable the extension:
Tools -> Extensions Manager -> Auto-Runner -> Enable

Regards,
Elisha,
Typemock Support
answered by Elisha (12k points)
0 votes
Elisha,
That worked thank you. I didn't realize that the runner was considered an extension.
Thanks for your help!
answered by jirwin (1.7k points)
...