I was attempting to run my test dll in Icarus. Maybe I'm missing something, but when I attempt to run any tests involving typemock, I get this exception.
Exception
TypeMock.TypeMockException:
*** Typemock Isolator is not currently enabled.
To enable do one of the following:
* To run Typemock Isolator as part of an automated process you can:
- run tests via TMockRunner.exe command line tool
- use 'TypeMockStart' tasks for MSBuild or NAnt
* To work with Typemock Isolator inside Visual Studio.NET:
set Tools->Enable Typemock Isolator from within Visual Studio
For more information consult the documentation (see 'Running' topic)
at TypeMock.MockManager.Init(Boolean collectAllCalls)
at TypeMock.MockManager.Init()
etc...
Any ideas?
I'm using Gallio 3.0.5.546 inside of Icarus. I haven't tried running it through echo, but right now, that's not exactly useful for me. I know that Icarus is still pretty new, but this was working before with the old MBUnit GUI. I'm referencing the new typemock.dll when I compile the test DLL. The code is in VB. It's also the lastest version of typemock.
It could just be an issue of enabling typemock in Gallio/Icarus, but I'm having trouble even finding out how that works.