Sai Karthik
unread,May 7, 2013, 2:16:38 AM5/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rhino.Mocks
Hi,
I have a application where WCF services constitute datalayer, and
controller calls class in datalayer, which in turn calls WCF service.
All these days I have been mocking the datalayer class to return stub
response, but I today I have let the controller call the datalayer so
that actual service will be called. But this has failed, since the
proxy service object was null.
Is there a way I can see proxy service object being available, while I
run my unit test using rhino mocks.