How-to Mock WCF Services Proxies with Rhino Mocks ?
|
|
|
|
|
|
|
Create your service so that it implements an interface. Then you can either mock the interface in your client or create a fake implementation of the interface to use in your tests. |
||||
|
|
|
you mock service interface like any regular .net interface. No special steps needed. |
||
|
|
