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
I'm using TMockRunner.exe to call Mspec Runner (like below):

TMockRunner.exe "c:mspecMachine.Specifications.ConsoleRunner.exe" Tests.dll

In my Mspec tests I'm doing an Isolator Mocked call to increment a static int. When I go and do the assert, it says the int is still 0. However, this works when running in Visual Studio 2008. Any ideas?

Thanks,
eric
asked by erix (600 points)

1 Answer

0 votes
Hi Eric,

Does other faking statements work fine in the console runner?

Can you also please post a simple test that reproduces it?

Regards,
Elisha
Typemock Support
answered by Elisha (12k points)
...