IMO, Rhino.Mocks is in the stable/production stage. It has a few wrinkles in it, but it's fully-featured and doesn't have any show-stopping bugs (that I've encountered).
The choice is yours, of course, but Rhino.Mocks isn't dead. I still use it for many projects, although I tend to favor moq a bit more often these days. Moq's syntax can be cleaner in some cases (not all) since it began with an AAA (Arrange/Act/Assert) syntax. Rhino.Mocks started with the record/replay and then moved to AAA (while still supporting Record/Replay). This "dual mode" support in Rhino.Mocks (along with the fact that there's a lot of older documentation about the record/replay syntax and less about the AAA syntax) leads some to believe Rhino.Mocks is too complicated. I find both Rhino.Mocks and moq to be fairly equal in capabilities and features. --- Patrick Steele http://weblogs.asp.net/psteele On Mon, Nov 28, 2011 at 11:04 AM, Luke <[email protected]> wrote: > I'm looking into mocking frameworks for .Net and I was looking at > Rhino Mocks. When I went to download the Rhino Mocks library I noticed > the latest build on the daily build page was > > Rhino.Mocks-3.6-Build-21 Published - 1/5/2010 - source > http://builds.hibernatingrhinos.com/Builds/Rhino-Mocks > > Is version 3.6 really the latest version, is Rhino Mock a dead/dying > project, or has the it moved to a new location? > > The reason I ask is a year and a half seem like a very long time not > have a single change. > > -- > You received this message because you are subscribed to the Google Groups > "Rhino.Mocks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhinomocks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
