mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-20 16:01:39 +02:00
Updated Request Matching (markdown)
@@ -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.
|
The following paragraphs describe in detail which matchers can be used.
|
||||||
|
|
||||||
At this moment these matchers are supported:
|
At this moment these matchers are supported:
|
||||||
|
* ExactMatcher
|
||||||
* [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#dynamic-linq-linqmatcher)
|
* [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)
|
* [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)
|
* [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)
|
* [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)
|
* [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#xpathmatcher)
|
||||||
* ExactMatcher
|
* [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher)
|
||||||
* WildcardMatcher
|
* [SimMetricsMatcher]()
|
||||||
* RegexMatcher
|
* [WildcardMatcher]()
|
||||||
|
|
||||||
* SimMetricsMatcher
|
|
||||||
|
|
||||||
## Dynamic Linq (LinqMatcher)
|
## Dynamic Linq (LinqMatcher)
|
||||||
Can be used to match an object using Dynamic Linq (https://github.com/StefH/System.Linq.Dynamic.Core)
|
Can be used to match an object using Dynamic Linq (https://github.com/StefH/System.Linq.Dynamic.Core)
|
||||||
|
|||||||
Reference in New Issue
Block a user