I cannot find a specific feature-by-feature comparison of Moq and Rhino. All the questions are "which do you like better and why", or "here's how you do a simple mock in rhino and how it's done in moq".
I cannot find a deep comparison anywhere. I'm aware of the syntax differences, I'm not looking for answers about that. I am looking for a capability comparison. For example:
Rhino has Expect.On() for threaded mocking. Can Moq do this?
What about Multi-mocking (implementing multiple interfaces with one mock). Can Moq do this?
I believe Moq can now mock Protected members. Can Rhino do this?
Edit: I ended up looking at some of the other .Net frameworks as well.