see also \"What should I consider when choosing a mocking framework for .Net\"
I\'m trying to decide on a mocking framework to use o
So far I have used RhinoMocks and Moq. Moq is currently my favourite due to its simplicity which is currently all I need. RhinoMocks is pretty powerful but I have never been in the position to fully tap into it.