Spring Boot JUnit 5 integration test setup (WireMockExtension & manuel setup) with WireMock to stub HTTP responses of external systems.| rieckpil
Write tests for your Spring WebClient usage with OkHttp's MockWebServer and mock HTTP responses to test different scenarios| rieckpil
Overview of the annotations for different Spring Boot Test Slices like @SpringBootTest, @WebMvcTest, etc. and examples on how to use them| rieckpil
Testing Spring Boot applications using MockMvc: verify @RestController endpoints, Thymeleaf controller endpoints, Spring Security, etc.| rieckpil