SEARCH
Typemock Isolator 5.3.1 and Automated Builds
Posted in: Programming by Steve on June 8, 2009
I recently upgraded to Typemock Isolator 5.3.1 and ran into a couple issues in my build. From my post on getting Typemock to report results to TeamCity, we needed a few files included in the source control to get this working. In version 5.3.1, we need a couple more files included.
For TeamCity to report on nUnit’s test results, here are the files that you will need:
- Configuration.dll
- exclude.dat (new for 5.3.1)
- MockWeaver.dll
- namespaces.dat
- ProfileLinker.dll
- Typemock.ArrangeActAssert.dll
- Typemock.Configuration.exe
- TypeMock.dll
- Typemock.Interceptors.dll (new for 5.3.1)
- Typemock.Isolator.VisualBasic.dll
- TypeMock.NAntBuild.dll
- typemockconfig.xml
After adding these 2 new files to my external libs directory, I was able to run my build script successfully.
Comments
Were just reading through your great blog and found this old post about the Typemock Isolator, The latest version, which just came out ” Isolator 2010″ will not only answer all the issues that been mentioned here but also support the VS 2010 that MS launching this April…. http://site.typemock.com/typemock-isolator-product/
Cheers
Comment by Tal D on February 5, 2010 at 1:07 pm
Yes, I did see that the newest release of Typemock allows for CI integration without a license. =)
Comment by Steve on February 6, 2010 at 11:32 am