What C# mocking framework to use?

Posted by Corin on Stack Overflow See other posts from Stack Overflow or by Corin
Published on 2008-09-01T01:57:02Z Indexed on 2010/04/09 15:23 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

I want to start using mock objects on my next C# project.

After a quick google I've found there are many:

So my question is: what one is your favourite .NET mocking framework and why?

© Stack Overflow or respective owner

Related posts about c#

Related posts about unit-testing