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?
source share