Course
Skills Expanded
Rhino Mocks Fundamentals
This course teaches you how to use Rhino Mocks to improve your unit tests.
What you'll learn
In this course you will learn how to use Rhino Mocks to isolate your tests from the dependencies of the classes you are unit testing. It will teach you how to use mocks to track dependency collaboration and how to use stubs to control program flow including how to use built in and custom constraints to create more specific mocks and stubs. It also includes a module on how to use StructureMap AutoMocker to reduce coupling between your tests and the classes you are testing.
Table of contents
Rhino Mocks Introduction
2mins
Using Test Doubles to Improve Unit Tests
4mins
Hand Rolled Mock Objects
16mins
Using Mocks to Improve a Unit Test
26mins
Using Stubs to Control Program Flow
21mins
Arrange/Act/Assert vs. Record/Replay
10mins
Rhino Mocks Constraints
31mins
Custom Constraints
7mins
StructureMap AutoMocker and Rhino Mocks
11mins