Anyone using Moles / Pex in production?

Posted by dferraro on Stack Overflow See other posts from Stack Overflow or by dferraro
Published on 2010-03-16T15:21:21Z Indexed on 2010/04/23 9:33 UTC
Read the original article Hit count: 386

Hi all,

I did search the forum and did not find a similar question. I'm looking to make a final decision on our mocking framework of choice moving forward as a best practice - I've decided on Moq... untill I just recently discovered MS has finally created a mocking framework called Moles which seems to work similar to TypeMock via the profiler API sexyness etc..

There's a million 'NMock vs Moq vs TypeMock vs Rhino....' threads on here. But I never see Moles involved.In fact, I did not even know if its existence until a short time ago. Anyone using it? In Production? Anyone dump their old mocking framework for it, and if so, which one? How did it compare to ther mocking frameworks you've used?

thanks.. ps, we are using VS2008 and are moving to 2010 shortly.

© Stack Overflow or respective owner

Related posts about TDD

Related posts about unit-testing