Unit Testing WCF Data Service (OData) Client Library with Fake Paddings

I have a class library that uses the WCF data service (OData), is it possible to create unit tests for the api library by isolating the WCF data service with gaskets (not stubs), I was looking for a sample, but could I find any pointers?

+4
source share

Source: https://habr.com/ru/post/1492712/


All Articles