Testing REST with multiple MIME types 1. Overview This article will focus on testing a REST Service with multiple Media Types/representations. We will write integration tests capable of switching between the multiple types of Representations supported by the API. The goal is to be able to run the exact same… Continue Reading testing-rest-api-with-multiple-media-types

Introduction to Spring REST Docs 1. Overview Spring REST Docs generates documentation for RESTful services that is both accurate and readable. It combines hand-written documentation with auto-generated document snippets produced with Spring tests. 2. Advantages One major philosophy behind the project is the use of tests to produce the documentation.… Continue Reading spring-rest-docs