mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-13 10:29:45 +02:00
Merge branch 'master' into SystemTextJsonMatcher
This commit is contained in:
@@ -141,6 +141,9 @@ public class RequestMessageBodyMatcher : IRequestMatcher
|
||||
MatchOperator = matchOperator;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public RequestMatcherType Type => RequestMatcherType.Body;
|
||||
|
||||
/// <inheritdoc />
|
||||
public double GetMatchingScore(IRequestMessage requestMessage, IRequestMatchResult requestMatchResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user