vote up 1 vote down star

Which is the best mocking library for C# 3.0/ ASP.NET MVC? Why?

flag

29% accept rate
You should clarify the language you want to use as well as what you understand as mocking. – manveru Sep 17 '08 at 4:42
Yes, you need to be more specific...this website is language and platform agnostic. – Jason Bunting Sep 17 '08 at 4:44
Clarification was added, so the negative votes should be removed IMHO. – Cd-MaN Sep 17 '08 at 5:13

4 Answers

vote up 2 vote down

Moq

It's amazing, fully supports the new language features of C# 3.0 and it's very easy to get going with. I would highly recommend it.

link|flag
vote up 3 vote down

Very subjective question. What do you mean by "best"? Maybe you should provide some more context on your situation.

RhinoMocks is one of the most popular, as to whether it's the best for you, who knows?

link|flag
vote up 0 vote down

I'm going through that process now, weighing them up for use by my team, and I have to say Moq as well, it seems to have the least of a learning curve, and some nice features, I love the use of Moq generics to specify a Mock class

link|flag
vote up 0 vote down

there's also this other post about this topic:

Best mock framework that can do both WebForms and MVC?

link|flag

Your Answer

Get an OpenID
or

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