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 whitelisting of expected properties. Test coverage. #5

Closed benfowler closed 8 years ago

benfowler commented 8 years ago

Robert,

I've added some additional test coverage, added support for whitelisting definition properties, and updated the documentation. I needed this change to work around a broken edge case in Springfox (that won't be in until 2.5.0 in June :-/), but felt it was more generally applicable.

Please let me know if there's anything which requires reworking or improving.

Cheers, Ben.

RobWin commented 8 years ago

Nice feature. Thx for your effort.