/aspnetcore-integrationtesting-demo

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

ASP.NET Core Integration testing Demo

Questo repository contiene un esempio di Integration testing in ASP.NET Core 7.

Prerequisiti

  • .NET 7 SDK
  • SQL Server Express

Setup

Lanciare il comando Update-Database di Entity Framework Core tramite Package Manager Console di Visual Studio oppure tramite .NET CLI.

I test si trovano nella folder tests e per ogni caso è stata creata una classe di test ad-hoc