Blog Archive for February 1, 2020

Testing with Rest Assured

February 1, 2020

I wanted to have some tests that operated at the HTTP level, and to run these during my Spring Boot application build process.

The following pattern can be used to run these types of tests and to check the results that have been returned from the web service:

import static …