Rhino Mocks 3.3 is Ready
The latest version of the very popular mocking framework, Rhino Mocks version 3.3 is complete and ready to be used by your tests. This version has been in development for a couple months.
From the announcement by Ayende Rahien:
Probably the two big new features is the ability to call void methods using Expect.Call and the ability to use remoting proxies to mock classes that inherit from MarshalByRefObject. Rhino Mocks will now choose the appropriate mocking strategy based on the type you want.
Keep in mind you cannot pass constructor arguments or create partial mocks with remoting proxies. The change log include such updates as:
Bug Fixes:
- Fixing inconsistency in how Is.Equals handled ICollection instances, now it will compare them by their values, not their Equals()
- Fixing NASTY bug where setup result that were defined in a using(mocks.Ordered()) block were not registered properly.
Improvments:
- Changing error message to "are you calling a virtual (C#) / Overridable (VB) method?" - make it friendlier to VB guys.
- Exception for Record will not trigger a ReplayAll(), which can mask the exception.
- Adding a check for running on Mono to avoid calling Marshal.GetExceptionCode in that case.
New features:
- Adding support for calling void methods using Expect.Call
- Adding remoting proxies.
- Made IMethodOptions generic. Allows compile time type safety on Return.
- Adding a PublicFieldConstraint
This news came from Ayende Rahien on his blog. Rhino Mocks can be downloaded from Ayende's web site.
Educational Content
Concurrency in Clojure
Stuart Halloway May 17, 2013
Confessions of an Agile Addict
Ole Friis Østergaard May 16, 2013
Web Development: You're Doing It Wrong
Stefan Tilkov May 16, 2013
Programming The Feynman Way
Ben Evans May 15, 2013





Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think