What C# mocking framework to use?
- by Corin
I want to start using mock objects on my next C# project.
After a quick google I've found there are many:
NMock
EasyMock.NET
TypeMock Isolator Commercial / Paid
Rhino Mocks
Moq
So my question is: what one is your favourite .NET mocking framework and why?