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" />
<PackageVersion Include="SystemTestingTools" Version="2.0.33" />
<PackageReference Include="SystemTestingTools" />
paket add SystemTestingTools --version 2.0.33
#r "nuget: SystemTestingTools, 2.0.33"
#addin nuget:?package=SystemTestingTools&version=2.0.33
#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. 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.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 | 631 | 5/28/2024 |
2.0.32 | 3,690 | 11/21/2022 |
2.0.31 | 5,255 | 11/15/2020 |
2.0.28 | 1,025 | 10/8/2020 |
2.0.26 | 1,019 | 10/3/2020 |
2.0.9 | 997 | 9/14/2020 |
2.0.8 | 1,066 | 9/13/2020 |
2.0.7 | 977 | 9/10/2020 |
2.0.6 | 961 | 9/9/2020 |
2.0.5 | 990 | 9/9/2020 |
2.0.4 | 1,017 | 9/5/2020 |
2.0.3-alpha | 863 | 9/2/2020 |
2.0.2-alpha | 829 | 9/1/2020 |
2.0.1-alpha | 872 | 8/31/2020 |
2.0.0-alpha | 843 | 8/25/2020 |
1.3.10 | 1,034 | 8/17/2020 |
1.3.9 | 1,027 | 7/23/2020 |
1.3.8 | 1,019 | 6/10/2020 |
1.3.7 | 2,879 | 5/6/2020 |
1.3.6 | 977 | 4/23/2020 |
1.3.5 | 1,032 | 4/1/2020 |
1.3.4 | 1,022 | 3/31/2020 |
1.3.3 | 1,009 | 3/29/2020 |
1.3.2 | 992 | 3/25/2020 |
1.3.1 | 1,030 | 3/24/2020 |
1.3.0 | 1,048 | 3/23/2020 |
1.2.0 | 1,057 | 3/14/2020 |
1.1.0 | 993 | 2/22/2020 |
1.0.1 | 1,118 | 2/8/2020 |
1.0.0 | 1,083 | 9/27/2019 |
0.3.0 | 1,098 | 7/8/2019 |
0.2.0 | 1,147 | 6/9/2019 |
0.1.0 | 1,118 | 5/18/2019 |
Please check changelog: https://github.com/AlanCS/SystemTestingTools/blob/master/CHANGELOG.md