A library for unit testing AspNetCore routes.
Info
Version: | 7.0.0 |
Author(s): | Niklas Wendel |
Last Update: | Tuesday, January 10, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nwendel/mvcroutetester.aspnetcore |
NuGet Url: | https://www.nuget.org/packages/MvcRouteTester.AspNetCore |
Install
Install-Package MvcRouteTester.AspNetCore
dotnet add package MvcRouteTester.AspNetCore
paket add MvcRouteTester.AspNetCore
MvcRouteTester.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.TestHost(>= 2.2.0)
- xunit.assert(>= 2.4.1)
Tags