visual-studio-2010unit-testingvisual-studio-2008visual-studio-2012typemock

How to hide Typemock Auto-Runner's shields that are all over the Visual Studio editor?


Is there a way to hide the huge symbols that Typemock Isolator adds to the Visual Studio editor window once installed - the orange shield at the top and the orange/green shields near each method? I don't need them because I'm using other test runners, but I haven't found a way to hide them.


Solution

  • To Disable the runner, go to tools -> extension manager -> typemock auto-runner -> disable.

    Update (VS 2012): Tools -> Extensions and Updates -> Typemock Smart Runner -> Disable.

    Thanks to Alex from Typemock Support for the answer.