findologic / findologic-api

Library for sending requests to the Findologic API
MIT License
1 stars 3 forks source link

Make XmlResponseTests more easy to read #25

Closed TheKeymaster closed 5 years ago

TheKeymaster commented 5 years ago

To make the test better readable we should try to build up the expected data as a data structure and then use assertEquals. This will also give us a nice diff view of expected and actual data when the test fails.

TheKeymaster commented 5 years ago

This has been done in #22.