This question clarifies the conceptual differences between mocks and stubs in Rhino: What are the differences between mocks and stubs on Rhino Mocks?
However I'm left confused why Rhino Stub objects provide methods such as .Expect
and .VerifyAllExpectations()
when these appear to do nothing at all. Why do mock/stub objects seemingly provide the same interface?
It's making me think I've missed something fundamental - or is it just an implementation quirk?