Category: ALT.Net

Rhino.Mocks 3.6 Intro – What You Actually Need To Know

October 21, 2009 09:28 | ALT.Net, Programming | 1 comment

What’s a Mock?
For the purpose of this essay a mock is an object that uses the object oriented concept of polymorphism to create an alternate implementation of a class or interface. Essentially, a mock is just a fake version of an object.
A mock is used for two things

Stub: Stand in for a service and [...]