MockHttp
MockHttp copied to clipboard
.NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq.
i think it would be helpful if the request body is also printed when calling `VerifyAll()` instead of just the header. ``` MockHttp.HttpMockException There are 1 unfulfilled expectations: Method: POST,...
Hey, Thank you for writing this awesome library ! While using it I ran into a fun challenge :) While mocking a Http Request with RequestURI and QueryString, like this:...
Currently, we have two request matchers `RequestUri()` and `QueryString()`. The former supports wildcards and can be used to effectively ignore portions of a URI, 'and' match the query string as...
Preparations for next version: - apply breaking API changes - remove deprecations - adjust namespaces where appropriate - adjust visibility of some types/members to reduce the public API surface
Updated [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.11 to 9.0.10. Release notes _Sourced from [System.Text.Json's releases](https://github.com/dotnet/runtime/releases)._ ## 9.0.10 [Release](https://github.com/dotnet/runtime/releases/tag/v9.0.9) ## What's Changed * [release/9.0-staging] Disable release assert on disallowed thread re-initialization for managed C++...
Updated [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.6 to 11.5.0. Release notes _Sourced from [PublicApiGenerator's releases](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)._ ## 11.5.0 ## What's Changed * Add ApiGeneratorOptions.IncludeForwardedTypes by @sungam3r in https://github.com/PublicApiGenerator/PublicApiGenerator/pull/480 * Migrate to slnx by @sungam3r...
Updated [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) from 17.13.0 to 18.0.0. Release notes _Sourced from [Microsoft.TestPlatform.ObjectModel's releases](https://github.com/microsoft/vstest/releases)._ ## 18.0.0 ## What's Changed * Update reporting formatting by @martincostello in https://github.com/microsoft/vstest/pull/15082 * Fix stack trace for...