Info
| Version: | 2.0.33 |
| Author(s): | AlanCS |
| Last Update: | Tuesday, May 28, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/AlanCS/SystemTestingTools |
| NuGet Url: | https://www.nuget.org/packages/SystemTestingTools |
Install
Install-Package SystemTestingTools
dotnet add package SystemTestingTools
paket add SystemTestingTools
SystemTestingTools Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
* 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.