RestAssured.Net
1.0.0
See the version list below for details.
dotnet add package RestAssured.Net --version 1.0.0
NuGet\Install-Package RestAssured.Net -Version 1.0.0
<PackageReference Include="RestAssured.Net" Version="1.0.0" />
paket add RestAssured.Net --version 1.0.0
#r "nuget: RestAssured.Net, 1.0.0"
// Install RestAssured.Net as a Cake Addin #addin nuget:?package=RestAssured.Net&version=1.0.0 // Install RestAssured.Net as a Cake Tool #tool nuget:?package=RestAssured.Net&version=1.0.0
RestAssured.NET
This is a C# .NET version of the original REST Assured.
With RestAssured.Net, writing tests for your HTTP APIs is as simple as
[Test]
public void DemonstrateRestAssuredNetEaseOfUse()
{
Given()
.When()
.Get("http://api.zippopotam.us/us/90210")
.Then()
.StatusCode(200)
.And()
.Body("$.places[0].state", NHamcrest.Is.EqualTo("California"));
}
All features of the library are described and demonstrated in the RestAssured.Net Usage Guide.
Want to contribute?
While I'm working on creating the first proper release for RestAssured.Net, I'm mostly looking for people who want to give the library a spin and let me know what they think, what issues they found and what they're still missing.
Feel free to submit an issue on this repo if you see any room for improvement.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- Newtonsoft.Json (>= 13.0.1)
- NHamcrest (>= 3.0.1)
- Stubble.Core (>= 1.10.8)
-
net6.0
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- Newtonsoft.Json (>= 13.0.1)
- NHamcrest (>= 3.0.1)
- Stubble.Core (>= 1.10.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RestAssured.Net:
Repository | Stars |
---|---|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
Version | Downloads | Last updated |
---|---|---|
4.6.0 | 1,468 | 12/9/2024 |
4.6.0-beta.1 | 57 | 12/8/2024 |
4.5.1 | 2,549 | 11/20/2024 |
4.5.0 | 131 | 11/19/2024 |
4.4.0 | 3,876 | 10/21/2024 |
4.4.0-beta.1 | 84 | 10/19/2024 |
4.3.1 | 9,031 | 8/22/2024 |
4.3.0 | 230 | 8/16/2024 |
4.3.0-beta.1 | 83 | 8/13/2024 |
4.2.2 | 18,678 | 4/23/2024 |
4.2.1 | 18,767 | 12/31/2023 |
4.2.0 | 2,376 | 11/22/2023 |
4.2.0-beta.4 | 80 | 11/18/2023 |
4.2.0-beta.3 | 158 | 11/18/2023 |
4.2.0-beta.2 | 85 | 11/12/2023 |
4.2.0-beta.1 | 101 | 11/5/2023 |
4.1.0 | 7,142 | 8/15/2023 |
4.0.0 | 5,514 | 7/11/2023 |
3.0.0 | 607 | 7/4/2023 |
2.8.1 | 8,066 | 5/23/2023 |
2.8.0 | 228 | 5/15/2023 |
2.7.0 | 362 | 5/10/2023 |
2.6.0 | 199 | 5/8/2023 |
2.5.0 | 2,505 | 4/3/2023 |
2.4.0 | 969 | 3/20/2023 |
2.3.0 | 388 | 3/2/2023 |
2.2.2 | 2,994 | 1/31/2023 |
2.2.1 | 1,754 | 1/10/2023 |
2.2.0 | 686 | 12/31/2022 |
2.1.0 | 471 | 11/30/2022 |
2.0.0 | 2,338 | 11/20/2022 |
1.2.0 | 434 | 11/17/2022 |
1.1.1 | 413 | 11/12/2022 |
1.0.0 | 976 | 11/3/2022 |