{
"match": true,
"comment": "XML Requests match with regex",
"expected" : {
"headers": {"Content-Type": "application/xml"},
"matchingRules": {
"body": {
"$.alligator['@name']": {
"matchers": [
{
"match": "regex",
"regex": "\\w+"
}
]
}
}
},
"body": {
"contentType": "application/xml",
"encoded": false,
"content": ""
}
},
"actual": {
"headers": {"Content-Type": "application/xml"},
"body": {
"contentType": "application/xml",
"encoded": false,
"content": ""
}
}
}