Unit Test and Mock HttpClientFactory in .NET Core

Unit Test and Mock HttpClientFactory in .NET Core In this article, we will see how to Unit Test and Mock HttpClientFactory in .NET Core with proper mocking techniques in .NET Core. As we learned in our last article of best practices that HTTTPClient object should be created using HttpClientFactory as it provides multiple benefits. In … Continue reading Unit Test and Mock HttpClientFactory in .NET Core