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