chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi,
Prooks Alexander aka Gmoorick has submmited a little plugin to enable NUnit testing via TmockRunner in CruiseControl .Net.

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.


Here are the downloads:
:arrow: ccnet.TMockRunner.plugin.dll
:arrow: TMockRunner.cs

Thanks Gmoorick
asked by scott (32k points)

1 Answer

0 votes
No problem. Thanks for TypeMock 8)
answered by Gmoorick (2.3k points)
...