Use Spring Boot's @JsonTest annotation to focus on testing your JSON serialization for using either Jackson, Gson or Jsonb| rieckpil
Write tests for your Spring WebClient usage with OkHttp's MockWebServer and mock HTTP responses to test different scenarios| rieckpil
Learn how to write efficient integration tests for Spring Boot applications with Testcontainers using either JUnit 4 or JUnit 5| rieckpil
Understand when, why and how to use the @SpringBootTest annotation to write integration tests for your Spring Boot application.| rieckpil