Rhino Mocks 3.5 Beta Download with Arrange Act Assert Syntax
Ayende has released a beta version of Rhino Mocks 3.5 that uses new features in .NET 3.5 and an Arrange, Act, and Assert Syntax.
According to Ayende, the biggest change is the new Arrange, Act, and Assert Syntax, but the other changes are:
- CreateMock() is deprecated and marked with the [Obsolete] attribute. Use StrictMock() instead.
- Better handling of exception in raising events from mock objects.
- Fixing an issue with mock objects that expose methods with output parameter of type System.IntPtr.
- Allowing to return to record mode without losing expectations, thanks to Jordan Terrel, for submitting this patch.
You can grab the new Rhino Mocks 3.5 download here.
Tags:
RhinoMocks