MockMvc Test Setup With REST Assured and Spring Boot

Опубликовано: 28 Май 2026
на канале: Philip Riecks
6,147
88

This is the first video of the REST Assured with Spring Boot testing mini-series. We'll start with the MockMvc integration of REST Assured and test a Spring MVC REST API endpoint.

Content:

0:00 Introduction to REST Assured
1:13 Inspecting the application under test
2:14 Important hints when integrating REST Assured for a Spring Boot project
6:12 Test setup with @WebMvcTest
9:30 Writing the first test with REST Assured

Part I:    • MockMvc Test Setup With REST Assured and S...  
Part II:    • Test a Secured Endpoint with REST Assured ...  
Part III:    • Integration Test Setup for REST Assured an...  

The source code for this video is available on GitHub: https://github.com/rieckpil/blog-tuto...

» Never worry about testing your Spring Boot application again: https://rieckpil.de/testing-spring-bo...

#RESTAssured #SpringBoot #MockMvc