Integrating with Jenkins using TMockRunner
To integrate Typemock Isolator with Jenkins CI using Windows batch command:
1. In Jenkins CI, under Build, Add Build Step.
2. Select Execute windows Batch command.
3. In the Command field, add the following command to run TMOCKRUNNER:
<location>/TMockRunner <location>/mstest.exe /testcontainer:"<location>/test.dll"
4. Click Save.