mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 17:28:27 +02:00
Updated Request Matching (markdown)
@@ -16,10 +16,11 @@ At this moment these matchers are supported:
|
|||||||
* [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)
|
||||||
* ExactMatcher
|
* ExactMatcher
|
||||||
* WildcardMatcher
|
* WildcardMatcher
|
||||||
* RegexMatcher
|
* RegexMatcher
|
||||||
* XPathMatcher
|
|
||||||
* SimMetricsMatcher
|
* SimMetricsMatcher
|
||||||
|
|
||||||
## Dynamic Linq (LinqMatcher)
|
## Dynamic Linq (LinqMatcher)
|
||||||
@@ -333,7 +334,7 @@ server
|
|||||||
{ "things": { "name": "Wiremock" } }
|
{ "things": { "name": "Wiremock" } }
|
||||||
```
|
```
|
||||||
|
|
||||||
### XPath
|
### XPathMatcher
|
||||||
Deems a match if the attribute value is valid XML and matches the XPath expression supplied.
|
Deems a match if the attribute value is valid XML and matches the XPath expression supplied.
|
||||||
An XML document will be considered to match if any elements are returned by the XPath evaluation.
|
An XML document will be considered to match if any elements are returned by the XPath evaluation.
|
||||||
WireMock delegates to [XPath2.Net](https://github.com/StefH/XPath2.Net), therefore it support up to XPath version 2.0.
|
WireMock delegates to [XPath2.Net](https://github.com/StefH/XPath2.Net), therefore it support up to XPath version 2.0.
|
||||||
|
|||||||
Reference in New Issue
Block a user