javabank
javabank copied to clipboard
There is no JSONPATH and XPATH support while creation of Predicates
Mountebank supports Jsonpath or Xpath while creation of Predicates for matching Body Data as follows: { "jsonpath": { "selector": "$.identities[2].career" }, "equals": { "body": "Teacher" } } But here within the library as the add Entry method is private there is no way we can create such Predicate specification. Will wait for this methods to be exposed