stevo-knievo / IntegrationTestsSample

Integration tests sample for ASP.NET 3.0 with EF Core 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration tests in ASP.NET Core 3.0 and EF Core

The reason for this repo is to show the issue with the integration test on the latest .NET Core 3.0 together with EF Core.

The Application is using the SQLite DB provider and the integration test should use the InMemory DB provider from EF Core. The integration test is following Microsoft documentation "Integration tests in ASP.NET Core" which shows the approach of how to use a customize the WebApplicationFactory.

About

Integration tests sample for ASP.NET 3.0 with EF Core 3.0


Languages

Language:C# 84.1%Language:HTML 15.9%