The last build was on 1/5/2010.
I’m going to learn a mock framework and I don’t want to learn a product is going to die.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rhino doesn’t seem to be developed anymore. You can take a look at more up-to-date frameworks (last update date in brackets):
Functionality-wise, they’re all similar and choice which one to use is often a matter of syntax preference. Also note that, while not being developed, it’s still possible to do majority of mocking/stubbing with Rhino; none of the newer frameworks offers something particularly important that you wouldn’t be able to do with Rhino. It’s just the code might be bit more complex.
According to this poll by Roy Osherove, Moq seems to be most popular of the 3 (as of May 2012). However, it’s FakeItEasy or NSubstitute that are going to make it to the second edition of Roy’s unit testing book.