Øredev 2008 - .NET - Interaction based testing with Rhino Mocks
Uploaded on Jan 19, 2009 / 1763 views / 4119 impressions / 0 comments
Description
Interaction based testing with Rhino Mocks
Ayende Rahien, We!, Israel
Beyond the simplest scenarios, all objects had collaborators that they work with. This flies in the face of testing objects in isolation. This is the problem that mock objects...
Interaction based testing with Rhino Mocks
Ayende Rahien, We!, Israel
Beyond the simplest scenarios, all objects had collaborators that they work with. This flies in the face of testing objects in isolation. This is the problem that mock objects were created to solve. In this talk you will learn what mock objects are, how to utilize them and best practices on when / how to utilize them. Rhino Mocks is a mock objects framework for .Net whose core goals are to let the developer rely on the compiler work well with refactoring tools.