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
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
The help text for TMockRunner.exe says:

C:Program FilesTypeMock.NETTypeMock.NET>TMockRunner.exe
Usage: TypeMock.exe {-version | -check
            | [-link <profiler|none> program [arguments...]}
program   - program to run with mocking
arguments - list of arguments to pass to program
-link     - profiler/code coverage to run with typemock
            the name is the same as appears in the TypeMock-GUI

-version  - print TypeMock version to console
-check    - checks for new TypeMock releases

example: TypeMock nunit-console test.dll
example: TypeMock -version


I guess it should say TMockRunner.exe/TMockRunner instead of TypeMock.exe/TypeMock in the above.
asked by brian.rasmussen (7.2k points)

2 Answers

0 votes
I guess it should say TMockRunner.exe/TMockRunner instead of TypeMock.exe/TypeMock in the above.


Hi,
Thanks for pointing this out, we already know about this and have fixed it. :wink:
answered by richard (3.9k points)
0 votes
Fixed in version 3.1
answered by scott (32k points)
...