RobWin / assertj-swagger

A Swagger assertj test library which compares a contract-first Swagger YAML/JSON file with a code-first Swagger JSON
Apache License 2.0
171 stars 44 forks source link

Enable checking name and requiredness of parameters #9

Closed askoning closed 8 years ago

askoning commented 8 years ago

Rationale: we would like to be warned when someone renames a query parameter, since this breaks backward compatibility.

The code was basically already there, I simply made it compile and added tests.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.02%) to 86.885% when pulling aad5dc96578bc1a1106050db50f8335dca75650f on askoning:master into fde3b83feee343baa22a3fcf9dca33a200724470 on RobWin:master.

RobWin commented 8 years ago

Thx. If you like and use assertj-swagger, I would love to get your GitHub star.