From 2be4bf79ee633ab6f5babfe6d88a5965a4184349 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 26 Oct 2021 22:06:37 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Request-Matching.md b/Request-Matching.md index bba6754..3c8ea39 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -17,6 +17,7 @@ At this moment these matchers are supported: * [CSharpCodeMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#csharp-code-csharpcodematcher) * [JsonMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonMatcher) * [JsonPartialMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialMatcher) +* [JsonPartialWildcardMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialWilcardMatcher) * [JsonPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPathMatcher) * [JmesPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#jmes-path-jmespathmatcher) * [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#xpathmatcher)