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

Permit toggling of various checks via property file (assertj-swagger.properties) #3

Closed benfowler closed 8 years ago

benfowler commented 8 years ago

This pull request is a first attempt to give assertj-swagger users a little bit of finer control on what assertions are tested. Changes outlined below.

@RobWin : happy to rework this as needed, to get this into sufficiently good state to merge. Looking, especially, feedback on whether you think I've gone about making these changes sensibly, and what could be improved.

RobWin commented 8 years ago

Thx for your effort. I will definitely merge it. Could you please add a documentation of it in the README?

benfowler commented 8 years ago

@RobWin: cheers!