4 Integration Testing REST Services
Now, we’ll look at using junit to do integration testing of a full REST service. This will work much like functional tests in that we’ll first test creating resources, then test the rest of the CRUD operations by operating on such created resources. But first some preliminaries.