Some useful helper classes for simplifying testing of ASP.NET Web Api 2 using Owin test server.
Info
Version: | 1.0.3 |
Author(s): | Patrik Olausson |
Last Update: | Thursday, June 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/patrik-olausson/TestHelpers.WebApi |
NuGet Url: | https://www.nuget.org/packages/TestHelpers.WebApi |
Install
Install-Package TestHelpers.WebApi
dotnet add package TestHelpers.WebApi
paket add TestHelpers.WebApi
TestHelpers.WebApi Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Owin(>= 5.2.6)
- Microsoft.Owin(>= 4.0.0)
- Microsoft.Owin.Testing(>= 4.0.0)
- Newtonsoft.Json(>= 11.0.2)
- TestHelpers.Utils(>= 1.0.1)
Tags