10 resources to learn Moq
Posted by: Code Climber,
on 23 Oct 2009 |
View original | Bookmarked: 0 time(s)
Last week I described the stack Ill be using to develop my new ASP.NET MVC project, and I said I was going to use RhinoMocks as mocking framework. Well, it later turned out that some tests were using RhinoMocks but most of them were using Moq and Il Maestro decided that the latter would be the mocking framework of choice. I never used it, so I started looking for some documentation online. And here Im listing the best 11 links about Moq. http://code.google.com/p/moq/ obviously, the starting...