From e0c9986326193b3072290d60afdc09b339059b97 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Aug 2019 18:04:56 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request-Matching.md b/Request-Matching.md index f667c71..0ff743b 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -15,11 +15,11 @@ At this moment these matchers are supported: * [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#dynamic-linq-linqmatcher) * [JsonMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-jsonmatcher) * [JsonPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#json-path-jsonpathmatcher) +* [JmesPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#jmes-path-jmespathmatcher) * ExactMatcher * WildcardMatcher * RegexMatcher * XPathMatcher -* JmesPathMatcher * SimMetricsMatcher ## Dynamic Linq (LinqMatcher)