Running TypeMock based test in Team Build
If you have TypeMock Isolator based MSTests in a solution you will want them to be run as part of any CI build process. To get this to work with Team Build you have to make sure Isolator is started in the build box at the right time (something that is done automagically behind the scenes by Visual Studio during developer testing). This is not actually that difficult as TypeMock provide some tasks for just this purpose. ...