3 articles in Unit Tests
Setting up Rhino Mock Stubs
January 12, 2016
A quick template below for the basic setup of Rhino Mocks Stubs...
MVC Unit Testing Asserts with Rhino Mocks
February 13, 2015
When I first started learning to use mocking frameworks I was lucky enough to start on Moq which was nice and simple. Whenever I needed to know something there was one single google code page which told everything. Nice! Rhino Mock by example I find hard work, so I put this cheat sheet together to…
Mocking the Controller Context using Rhino Mock
February 9, 2015
When using ASP.NET MVC 5, its easy to write unit tests around the framework due to the various abstractions provided. Stephen Walther provides a good overview of the different objects. Whenever you need to interact with the request, response, session or browser, the following objects can be mocked…