Skip to content

Demo project for code related to testing ASP.NET Core

License

Notifications You must be signed in to change notification settings

kimbell/testing-aspnetcore

Repository files navigation

Testing ASP.NET Core

This is a sample repo where I collect tips and tricks for testing ASP.NET Core based applications.
The primary focus is Web API returning JSON, but a lot of it should be usable for other scenarios as well. Things may be highly opinionated based on my experiences and may change over time.

In additionl to Microsoft dependencies, this project depends on some external libraries.

The documentation is spread over multiple topics.

General principles
Logging
Overriable services
Mocking Http service calls
Http Headers and Cookies

About

Demo project for code related to testing ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages