Building clients using RestTemplate
Spring Test framework basics
Unit testing MVC controllers
Integration testing MVC controllers
We have looked at building REST services using Spring. In this chapter, we will look at building clients that consume these REST services. We will also examine the Spring Test framework that can be used to perform unit and end-to-end testing of REST services.