How to mock objects using MSTest?

Viewed 19281

I'm new with MSTest (Visual Studio 2010). Is there any integrated mocking framework that comes with VS2010? Or is there any other good mocking framework that's easy to pick up that I could use?

3 Answers
Related