Spring Boot JUnit 5 integration test setup (WireMockExtension & manuel setup) with WireMock to stub HTTP responses of external systems.| rieckpil
Learn how to use the WebTestClient from Spring for efficient testing of your application's REST API during integration tests| rieckpil
Comparison of MockMvc, WebTestClient, and the TestRestTemplate for invoking and testing Spring Web MVC controller endpoints.| rieckpil