Can Moles be used without having to use Pex?

Also, Does anyone know when MS Moles will have a Release candidate? I am hesitant of using it in the Production system without knowing which direction it will head.

link|improve this question

73% accept rate
Why would you use Moles in a production environment? – nicodemus13 Feb 12 at 19:50
feedback

2 Answers

up vote 3 down vote accepted

Can Moles be used without having to use Pex?

Yes. They are freely available on Visual Studio Gallery.

link|improve this answer
feedback

While they might be packaged together, Moles is a completely separate product from PEX and can be used independently.

As for using it on production, if you're only using it in your unit testing projects then you should not have to install Moles on your production environment as it will only be used in testing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.