.Net Core Integration Test Essentials: Extensions, Startup Runners, Assertions, Logging.
Info
Version: | 0.3.1 |
Author(s): | Evgeny Zelenov |
Last Update: | Saturday, December 5, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Zelenov/IntegrationTestCore |
NuGet Url: | https://www.nuget.org/packages/IntegrationTestCore |
Install
Install-Package IntegrationTestCore
dotnet add package IntegrationTestCore
paket add IntegrationTestCore
IntegrationTestCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Testing(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Microsoft.NET.Test.Sdk(>= 16.7.1)
Tags