Our team is working on writing unit tests for a big .Net project, using “Visual Studio 2010” IDE and “NUnit” (v. 2.5.9) unit-testing framework. Also we use “Microsoft Moles” type-isolating framework. After we finished writing tests for specific module we have to build all the modules and run unit tests on different machine where the Moles is not installed.

Is it possible to run unit tests written with moles without actually installing moles framework but only by copying and/or registering (in GAC or in System Registry) specific components? And if so, what are these components?


For example, we have found out that it needs to register “Microsoft.ExtendedReflection.ClrMonitor.x86” in the Windows registry in order to run unit tests.

link|improve this question
1  
This is definitely something I'm interested in. It would be easier to bring up new CI build agents with a non-install answer. – Anthony Mastrean Aug 30 '11 at 15:34
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.