divolte / shop

Shop
1 stars 1 forks source link

Add test cases for the shop-api (service) #30

Open basvdl opened 5 years ago

basvdl commented 5 years ago

When investigating why some JSON was not accepted by the shop-api (service) it would have been useful to easily test the generated JSON against the Item class in CatalogItemResource.java to verify if the JSON will be accepted by the shop-api.

basvdl commented 5 years ago

A first setup is created in a separate branch, https://github.com/divolte/shop/tree/add-test