§ article
Understanding and Optimizing the Context Cache in Spring Test
Understanding the Spring Test context cache, ways to streamline contexts, and considerations for a large-scale integration suite.
3 articles.
Understanding the Spring Test context cache, ways to streamline contexts, and considerations for a large-scale integration suite.
Understanding what happens when you call /actuator/health of your Spring Boot application.
Since Spring Boot 3.4.0, `@MockBean` and `@SpyBean` annotations in `spring-boot-test` are deprecated. In favor of `@MockitoBean` and `@MockitoSpyBean` annotations from `spring-test`.