This is example of config (I store path to nunit and TypeMock in global Path) <TMockRunner> <nunitPath>nunit-console.exe</nunitPath> <runnerPath>tmockRunner.exe</runnerPath> <assemblies <assembly>bik.functionalTestsindebugik.unittests.dll</assembly> </assemblies> </TMockRunner> This task has the same syntax as NUnit task, but have additional "runnerPath" attribute. I have no unit tests for this task, because I could compile CruiseControl project in VS 2005. Feel free to use and publish this plugin if you like it :) But I don't really like the sources, because I used simple copy-paste from NUnit task. Prooks Alexander aka Gmoorick.
<TMockRunner> <nunitPath>nunit-console.exe</nunitPath> <runnerPath>tmockRunner.exe</runnerPath> <assemblies <assembly>bik.functionalTestsindebugik.unittests.dll</assembly> </assemblies> </TMockRunner>