How to Mock the WCF project method?
WCFClient client = new WCFClient (); client.method() // How to mok this method
Hi Parthi92,
Refer below links.
https://www.codeproject.com/Articles/318260/How-to-Mock-a-WCF-Service
https://www.codeproject.com/articles/1156808/wcf-service-unit-tests-using-nunit-with-rhino-mock
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.