Hi,
I installed TypeMock 2.3 on my development machine using the msi and can run my unit tests with no problem using
TMockRunner.exe nunit-console.exe ....
I also want to run the unit tests as part of the build process but I don't want to install TypeMock on the build machines using the msi. I was hoping that I could just include the TypeMock files (like I do with NAnt, NUnit and FxCop) with the rest of my build files so the build package is fully self contained. When I do this, however, my tests don't run and I get the following error.
*** MockInserter not running, please run 'mocking_on.bat' before running the tests
I get this even if I run the mocking_on.bat file before the the TMockRunner command.
Is it possible to do this or must I install TypeMock using the msi? I copied every file in the folder that contains TMockRunner.exe to the build machine.
With thanks,
Adam