Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG. It provides consistent loading and caching of Spring ApplicationContexts and provides mock objects that you can use to test your code in isolation.
Artifacts using spring-test version 6.0.13 (96)
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito
Last Release on Apr 23, 2026
Spring Retry provides an abstraction around retrying failed operations, with an
emphasis on declarative control of the process and policy-based behaviour that is
easy to extend and customize. For instance, you can configure a plain ...
Last Release on May 16, 2025
