RestAssured.Net
4.5.1
See the version list below for details.
dotnet add package RestAssured.Net --version 4.5.1
NuGet\Install-Package RestAssured.Net -Version 4.5.1
<PackageReference Include="RestAssured.Net" Version="4.5.1" />
<PackageVersion Include="RestAssured.Net" Version="4.5.1" />
<PackageReference Include="RestAssured.Net" />
paket add RestAssured.Net --version 4.5.1
#r "nuget: RestAssured.Net, 4.5.1"
#:package RestAssured.Net@4.5.1
#addin nuget:?package=RestAssured.Net&version=4.5.1
#tool nuget:?package=RestAssured.Net&version=4.5.1
RestAssured.Net
RestAssured.Net brings the power of <a href="https://rest-assured.io" target="_blank">REST Assured</a> to the C# / .NET ecosystem.
With RestAssured.Net, writing tests for your HTTP APIs is as simple as
using static RestAssured.Dsl;
[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.
Where can I get RestAssured.Net?
You can add RestAssured.Net to your project using NuGet:
dotnet add package RestAssured.Net
or nuget install RestAssured.Net
RestAssured.Net is also available through GitHub Packages.
Want to contribute?
That's awesome! Before you get to work and submit a Pull Request, though, I'd appreciate you telling me a little more about your idea.
Oh, and if you find a bug, or think something is missing from RestAssured.Net, feel free to submit an issue.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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 is compatible. 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 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- HtmlAgilityPack (>= 1.11.71)
- Newtonsoft.Json (>= 13.0.3)
- NHamcrest (>= 3.4.0)
- NJsonSchema (>= 11.0.2)
- Stubble.Core (>= 1.10.8)
- System.Text.Encodings.Web (>= 6.0.1)
-
net7.0
- HtmlAgilityPack (>= 1.11.71)
- Newtonsoft.Json (>= 13.0.3)
- NHamcrest (>= 3.4.0)
- NJsonSchema (>= 11.0.2)
- Stubble.Core (>= 1.10.8)
- System.Text.Encodings.Web (>= 7.0.0)
-
net8.0
- HtmlAgilityPack (>= 1.11.71)
- Newtonsoft.Json (>= 13.0.3)
- NHamcrest (>= 3.4.0)
- NJsonSchema (>= 11.0.2)
- Stubble.Core (>= 1.10.8)
- System.Text.Encodings.Web (>= 8.0.0)
-
net9.0
- HtmlAgilityPack (>= 1.11.71)
- Newtonsoft.Json (>= 13.0.3)
- NHamcrest (>= 3.4.0)
- NJsonSchema (>= 11.0.2)
- Stubble.Core (>= 1.10.8)
- System.Text.Encodings.Web (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
4.7.1 | 2,969 | 6/13/2025 |
4.7.0 | 12,040 | 2/4/2025 |
4.7.0-beta.1 | 77 | 1/28/2025 |
4.6.0 | 10,316 | 12/9/2024 |
4.6.0-beta.1 | 94 | 12/8/2024 |
4.5.1 | 22,788 | 11/20/2024 |
4.5.0 | 309 | 11/19/2024 |
4.4.0 | 6,219 | 10/21/2024 |
4.4.0-beta.1 | 109 | 10/19/2024 |
4.3.1 | 13,950 | 8/22/2024 |
4.3.0 | 284 | 8/16/2024 |
4.3.0-beta.1 | 105 | 8/13/2024 |
4.2.2 | 36,166 | 4/23/2024 |
4.2.1 | 33,205 | 12/31/2023 |
4.2.0 | 2,408 | 11/22/2023 |
4.2.0-beta.4 | 102 | 11/18/2023 |
4.2.0-beta.3 | 180 | 11/18/2023 |
4.2.0-beta.2 | 111 | 11/12/2023 |
4.2.0-beta.1 | 129 | 11/5/2023 |
4.1.0 | 7,498 | 8/15/2023 |
4.0.0 | 5,892 | 7/11/2023 |
3.0.0 | 941 | 7/4/2023 |
2.8.1 | 8,279 | 5/23/2023 |
2.8.0 | 295 | 5/15/2023 |
2.7.0 | 421 | 5/10/2023 |
2.6.0 | 256 | 5/8/2023 |
2.5.0 | 2,645 | 4/3/2023 |
2.4.0 | 1,032 | 3/20/2023 |
2.3.0 | 446 | 3/2/2023 |
2.2.2 | 3,779 | 1/31/2023 |
2.2.1 | 1,947 | 1/10/2023 |
2.2.0 | 760 | 12/31/2022 |
2.1.0 | 559 | 11/30/2022 |
2.0.0 | 2,558 | 11/20/2022 |
1.2.0 | 498 | 11/17/2022 |
1.1.1 | 479 | 11/12/2022 |
1.0.0 | 1,285 | 11/3/2022 |