Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 530 Bytes

File metadata and controls

4 lines (3 loc) · 530 Bytes

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