spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
519 stars 204 forks source link

Complete Spring's Building a RESTful Web Service tutorial with test coverage #89

Open rpuen opened 5 years ago

rpuen commented 5 years ago

Hateoas Resources are complicated to test. Probably could be interesting to cover RESTful operations with unit test, so we have a complete tutorial covering functionalities and testing.

dsyer commented 5 years ago

Each guide has its own issue tracker. Maybe you meant this guide: https://github.com/spring-guides/gs-rest-hateoas? But it has a couple of tests, including one of a link. If you want more than that, maybe you are suggesting a completely new guide (in which case this is the right place to start)?