Simple Rhino mock questions.
what's the difference between replay and replayAll?
What's the difference between SetupResult.On(Of T).Call vs Expect.Call(Of T)?
What's BackToRecord used for?
Simple Rhino mock questions.
what's the difference between replay and replayAll?
What's the difference between SetupResult.On(Of T).Call vs Expect.Call(Of T)?
What's BackToRecord used for?
Read The Manual(RTM): Rhino Mocks documentation in this case. It covers all of the above mentioned questions.