amadeus4dev / amadeus-java

Java library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com/
MIT License
87 stars 69 forks source link

Split unit tests in smaller methods #233

Closed tsolakoua closed 1 year ago

tsolakoua commented 1 year ago

In NamespaceTest.java there are 2 methods: one that tests all GET endpoints and another that tests all POST endpoints.

The idea is to have a separate method per endpoint.