From 2c5fb78d94412a741baf5b19938b607bfe12cebd Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Aug 2019 18:07:48 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Request-Matching.md b/Request-Matching.md index e877aee..6aa7b00 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -12,16 +12,16 @@ WireMock supports matching of requests to stubs and verification queries using t The following paragraphs describe in detail which matchers can be used. At this moment these matchers are supported: +* ExactMatcher * [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) * [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#xpathmatcher) -* ExactMatcher -* WildcardMatcher -* RegexMatcher +* [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher) +* [SimMetricsMatcher]() +* [WildcardMatcher]() -* SimMetricsMatcher ## Dynamic Linq (LinqMatcher) Can be used to match an object using Dynamic Linq (https://github.com/StefH/System.Linq.Dynamic.Core)