Rhino Mocks Tutorial

Rhino Mocks is the mature dynamic mocking framework for .NET unit testing. It create fake/mock implementation of objects behavior at runtime. Rhino Mocks is open source framework and released under the BSD license. Rhino Mocks works on Arrange, Act and Assert (AAA) pattern. Rhino Mocks allows both State verification and Behavior verification of objects. …

Rhino Mocks Tutorial Read More

Environment Setup – Rhino Mocks Tutorial

Rhino Mocks is very easy to setup. There is only one single DLL “Rhino.Mocks.DLL” needs to be included. There are two options to include Rhino Mocks in your solution. Setup solution using Direct download We can directly download “Rhino.Mocks.DLL” from https://www.hibernatingrhinos.com/oss/rhino-mocks Click on the “Download” link in the left Navigation. This will …

Environment Setup – Rhino Mocks Tutorial Read More