Info
Version: | 1.0.0.1 |
Author(s): | dougcunha |
Last Update: | Friday, August 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dougcunha/RestFluencing |
NuGet Url: | https://www.nuget.org/packages/RestFluencing.Standard |
Install
Install-Package RestFluencing.Standard
dotnet add package RestFluencing.Standard
paket add RestFluencing.Standard
RestFluencing.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 12.0.2)
- Microsoft.AspNet.WebApi.Client(>= 5.2.7)
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
Framework to help testing Restful APIs in a fluent style that are easy to write and understand.
Allows you to write your Api Requests and Asserting the response in a fluent manner.
Compatible with NUnit, MSTest, XUnit and any test runner.