mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-25 18:41:01 +01: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)
|
||||
* [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
|
||||
* XPathMatcher
|
||||
|
||||
* SimMetricsMatcher
|
||||
|
||||
## Dynamic Linq (LinqMatcher)
|
||||
@@ -333,7 +334,7 @@ server
|
||||
{ "things": { "name": "Wiremock" } }
|
||||
```
|
||||
|
||||
### XPath
|
||||
### XPathMatcher
|
||||
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.
|
||||
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