An open API service indexing awesome lists of open source software.

https://github.com/dotnet-labs/apicontrollerintegrationtests

Integration Tests for API Controllers using MSTest
https://github.com/dotnet-labs/apicontrollerintegrationtests

controller dotnet dotnetcore integration-testing integration-tests mstest mstestv2

Last synced: 12 days ago
JSON representation

Integration Tests for API Controllers using MSTest

Awesome Lists containing this project

README

        

# Integration Tests for API Controllers using MSTest

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I63W4OK)

## [Medium Article](https://codeburst.io/integration-tests-for-asp-net-core-web-apis-using-mstest-f4e222a3bc8a)

![integration-tests](./integration-tests.png)

The article [Integration tests in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests) in the ASP.NET official documentation has covered lots of aspects on the integration tests in ASP.NET Core using xUnit test framework. However, it brings up confusions and difficulties to developers who are more familiar to other test frameworks. For example, questions in GitHub issues [1](https://github.com/dotnet/AspNetCore.Docs/issues/7749)

## License

Feel free to use the code in this repository as it is under MIT license.

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I63W4OK)