How do i make sure that after the particular method called up no other
method/ property setter should be called on the same object.

Let say I have a method which has three methods,

Start()
DoSomeProcess1()
DoSomeProcess2()
DoSomeProcess1()
//Some property settings...
.....
End(),

I want to make sure that End() should always be executed at last, no other
method should be executed once End gets executed?

How can I achieve this using Rhinomock();

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino.Mocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhinomocks?hl=en.

Reply via email to