v1.1.request.path.matches.json Maven / Gradle / Ivy
{
"match": true,
"comment": "Paths match",
"expected" : {
"method": "POST",
"path": "/path/to/something",
"query": "",
"headers": {}
},
"actual": {
"method": "POST",
"path": "/path/to/something",
"query": "",
"headers": {}
}
}