By tag: Rhino
0
kicks
Isolation Frameworks: Mocking Out/Ref Arguments
Continuing our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. In this episode we are going to focusing on how to setup you mocks when you need to mock a class with either Out or Ref arguments
0
kicks
Tutorial to TDD using Rhino Mocks and SystemWrapper.
Learn how to do TDD and mocking. Also discover new library SystemWrapper.
0
kicks
RhinoCommons, NHibernate and ASP.NET MVC Part 2 - Configuration
Configuring the application.
0
kicks
RhinoCommons, NHibernate and ASP.NET MVC Part 1
Using Rhino Commons, NHibernate and ASP.NET MVC for quick website development. Part 1 (Setting everything up)
0
kicks
Test Specific Subclasses vs Partial Mocks
An interesting discussion about mocking classes using partial mocks (in Rhino Mocks syntax) or ad-hoc classes.
0
kicks
Rhino mocks - Some common scenarios
Part 2 of the Rhino mocks examples explaining a few of most common mocking scenarios
0
kicks
Using contraints with Rhino Mocks
A short example of using AbstractContraint objects with Rhino mocks to make mocking out and comparing values simpler.
0
kicks
Rhino Mocks Boo Macros
A language extension for Boo that integrates Rhino Mocks directly into the language, by Andrew Davey.