Unit testing code depending on the ASP.NET WebApi HttpClient
Published: 5/20/2013
In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also...