All Downloads are FREE. Search and download functionalities are using the official Maven repository.

v1.response.body.matches.json Maven / Gradle / Ivy

{
  "match": true,
  "comment": "Responses match",
  "expected" : {
    "headers": {},
    "body": {
      "alligator":{
        "name": "Mary",
        "feet": 4,
        "favouriteColours": ["red","blue"]
      }
    }
  },
  "actual": {
    "headers": {},
    "body": {
      "alligator":{
        "feet": 4,
        "name": "Mary",
        "favouriteColours": ["red","blue"]
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy