NExpect.Matchers.AspNetCore NuGet Package

This library adds ASP.Net core extensions for NExpect so you can test your
[Route] and [Http*] annotations like so:
```
Expect(typeof(SomeController)
.To.Have.Method(nameof(SomeController.MethodName))
.Supporting(HttpMethod.Delete)
.And(HttpMethod.Post)
.With.Route("first-route")
.And.Route("second-route");
```.




Got any NExpect.Matchers.AspNetCore Question?





Info

Version: 2.0.92
Author(s): Davyd McColl
Last Update: Monday, April 29, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/fluffynuts/NExpect
NuGet Url: https://www.nuget.org/packages/NExpect.Matchers.AspNetCore


Install
Install-Package NExpect.Matchers.AspNetCore
dotnet add package NExpect.Matchers.AspNetCore
paket add NExpect.Matchers.AspNetCore
NExpect.Matchers.AspNetCore Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

3

avg-downloads-per-day

44

days-since-last-release

6