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

Fix documentation driven validation regarding the usage of allOf's for composition. #10

Closed indrekpr closed 8 years ago

indrekpr commented 8 years ago

Fix documentation driven validation regarding the usage of allOf's for composition. It should not matter whether the properties in a definition are composed with allOf and refs or by declaring some properties inline - the response json would be the same

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.06%) to 86.949% when pulling b3b9c5057b9764b3bbcf86887d59442f07b387a4 on indrekpr:enable_allof_comparison_for_composition into 22dcd34811bec101c5ad3d485efe0c49909e6dc3 on RobWin:master.

RobWin commented 8 years ago

Thx. I have a look at it. As a Swagger user, do you already know https://github.com/Swagger2Markup/swagger2markup?