Closed mariacamenzuli closed 8 years ago
Good merge request. Before I can accept it though, I need you to apply the following fixes, please:
expectedSchema
should be private
and the constructor JsonSchemaAssertions
should be protected
.final
qualifiers from your fields, parameters and variables.execute()
method such that it can be split into smaller methods: parsing the JSON response and validating it against the schema are two different things happening in that method.JsonSchemaAssertions
using a String
; and,Merged! Thanks a lot! :)
Should resolve #13