skip to the main content area of this page
Patterns and Practices

RhinoMocks


 

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.

Read More

MVP Bundle Could Use Mock Framework and Service Locator Guidance

The MVP Bundle in the Web Client Software Factory v2.0 offers guidance on the Model-View-Presenter Pattern in your asp.net applications. It has a nice overview and comparison of Supervising Controller and Passive View MVP, View-Presenter Communications using delegation and event-based approaches, as well as using mocks for testing. Given this bundle is more focused on educating the customer on the MVP Pattern as opposed to WCSF implementations, I would love to see guidance on the use of Mock Frameworks as opposed to hand coded mocks. Here are some thoughts on the use of Rhino Mocks as well as a Service Locator using the quickstart example in the MVP Bundle.

Read More

Using Rhino Mocks to Test the Model-View-Presenter Pattern in WCSF

When using the Model-View-Presenter Pattern in WCSF one can use a good mocking tool, like Rhino Mocks, to test the Presenter Class and its interaction with the View and Model by setting expectations via mocks and testing to see that those expectations are satisfied in your tests.

Read More

Topics



Popular Tags



External Topics