Some of my interaction testing on a Presenter class requires an IView
to be mocked, as opposed to stubbed.

The view has an IButton that is irrelevant to the test, but fails when
code in Presenter.Initialze() tries to set the button state. This is
not a problem in other tests where the IView can itself be stubbed, as
the stub's IButton property can itself be set to a stub of the button.

Can I do something similar to the mock's IButton?

Thanks for sharing! BH
--~--~---------~--~----~------------~-------~--~----~
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