RhinoMocks
Rhino Mocks is a Mocking framework written by Ayende Rahien which uses dynamic proxies, it not only makes mocking easy, but is a lot friendlier to refactoring, compared to the alternative tools.
A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.
Rhino.Mocks is an attempt to create easier way to build and use mock objects and allow better refactoring support from the current tools. It's a hybrid approach between the pure Record/Replay of EasyMock.Net's model and NMock's expectation based model. Rhino.Mocks originated from EasyMock.Net and attempt to improve on their model to create easy to use and power mocking framework. It's free for use and modification for open source and commercial software.
1/1/2007 12:45:00 PM
Back