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 want to use typemcok isolator with Visual Studio Express
but i know VS Express can't have Addins
Is there a way to start the test runner without the addin ?

Thanks,
James
asked by JamesKing (8.2k points)

1 Answer

0 votes
Hi,

You can use TMockRunner with command-line.

Use TMockRunner.exe with the following flags:
TMockRunner.exe [-version] [-thisFolder] [-register <company> <license>] [-target <version>] [-logpath <path>] program [arguments...]
For example:
TMockRunner mstest.exe test.dll

You can see more info here.
answered by Shai Barak (1.5k points)
...