mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Question: Request.Create().WithBody() not able to match with custom class which implements IMatcher #82
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 @shraj on GitHub (Mar 27, 2018).
Originally assigned to: @StefH on GitHub.
@StefH commented on GitHub (Mar 28, 2018):
IMatcheris a base interface.Use
IStringMatcherofIObjectMatcherSee https://github.com/WireMock-Net/WireMock.Net/blob/master/test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs for more details.