I've a class as given below. How could I mock the class using Rhino
mock?

public class MyController
    {

        ....
        ......

        public MyController(IWebStateProvider webStateProvider,
IUserSessionManagement userSessionManagment)
        {
            this.mWebState = webStateProvider;
            this.mUserSessionManagment = userSessionManagment;
        }
......
  }

-- 
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