/SelfHost-APITesting

.Net Framework WebApi application with API tests using Moq and OWIN Self Host

Primary LanguageC#

SelfHost-APITesting

This project is a simple .Net Framework WebApi application with API tests using Moq and OWIN Self Host

During the test execution, the application is Self Hosted with custom configurations (filters, handlers and even mocked interfaces on the dependency injection container) so we can use the HttpClient library to call our APIs endpoints and test its responses