mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And #626
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luheorga on GitHub (Aug 14, 2024).
Originally assigned to: @StefH on GitHub.
Hi, I'm using the
FormUrlEncodedMatcherand realized that it is not requiring all the patterns configured to match whenMatchOperator.AndExpected behavior:
When
FormUrlEncodedMatcheris configured withMatchOperator.Andshould match all the patterns configuredTest to reproduce
@StefH commented on GitHub (Aug 15, 2024):
https://github.com/WireMock-Net/WireMock.Net/pull/1157
@luheorga commented on GitHub (Aug 15, 2024):
Hi @StefH, thank you for the celerity on this