SystemTestingTools 2.0.33
dotnet add package SystemTestingTools --version 2.0.33
NuGet\Install-Package SystemTestingTools -Version 2.0.33
<PackageReference Include="SystemTestingTools" Version="2.0.33" />
paket add SystemTestingTools --version 2.0.33
#r "nuget: SystemTestingTools, 2.0.33"
// Install SystemTestingTools as a Cake Addin #addin nuget:?package=SystemTestingTools&version=2.0.33 // Install SystemTestingTools as a Cake Tool #tool nuget:?package=SystemTestingTools&version=2.0.33
**SystemTestingTools** (for .net core 3.1+) extends your test capabilities, providing ways to create / return stubs, allowing you to run more comprehensive / deterministic / reliable tests in your local dev machine / build tool and in non-prod environments.
* supporting interception of Http (HttpClient or WCF) calls:
* before they are sent, returning stubs (ideal for automated testing)
* after they are sent, where you can save the request and response (recording), log appropriately or replace bad responses by stubs (ideal for dev/test environments that are flaky or not ready)
* asserting outgoing calls (ie: making sure out downstream calls have SessionIds)
* intercept logs and run asserts on them
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.TestHost (>= 3.1.0)
- Microsoft.Extensions.DependencyInjection (>= 3.1.0)
- Microsoft.Extensions.Http (>= 3.1.0)
- Microsoft.Extensions.Logging (>= 3.1.0)
- System.ServiceModel.Primitives (>= 4.6.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 |
---|---|---|
2.0.33 | 237 | 5/28/2024 |
2.0.32 | 2,899 | 11/21/2022 |
2.0.31 | 5,211 | 11/15/2020 |
2.0.28 | 990 | 10/8/2020 |
2.0.26 | 984 | 10/3/2020 |
2.0.9 | 962 | 9/14/2020 |
2.0.8 | 1,033 | 9/13/2020 |
2.0.7 | 943 | 9/10/2020 |
2.0.6 | 928 | 9/9/2020 |
2.0.5 | 956 | 9/9/2020 |
2.0.4 | 983 | 9/5/2020 |
2.0.3-alpha | 834 | 9/2/2020 |
2.0.2-alpha | 799 | 9/1/2020 |
2.0.1-alpha | 842 | 8/31/2020 |
2.0.0-alpha | 816 | 8/25/2020 |
1.3.10 | 1,002 | 8/17/2020 |
1.3.9 | 994 | 7/23/2020 |
1.3.8 | 988 | 6/10/2020 |
1.3.7 | 2,835 | 5/6/2020 |
1.3.6 | 945 | 4/23/2020 |
1.3.5 | 998 | 4/1/2020 |
1.3.4 | 990 | 3/31/2020 |
1.3.3 | 976 | 3/29/2020 |
1.3.2 | 957 | 3/25/2020 |
1.3.1 | 995 | 3/24/2020 |
1.3.0 | 1,014 | 3/23/2020 |
1.2.0 | 1,024 | 3/14/2020 |
1.1.0 | 959 | 2/22/2020 |
1.0.1 | 1,085 | 2/8/2020 |
1.0.0 | 1,048 | 9/27/2019 |
0.3.0 | 1,062 | 7/8/2019 |
0.2.0 | 1,110 | 6/9/2019 |
0.1.0 | 1,081 | 5/18/2019 |
Please check changelog: https://github.com/AlanCS/SystemTestingTools/blob/master/CHANGELOG.md