spring-framework/framework-docs
Simon Baslé e1bbdf0913 Add support for bean overriding in tests
This commit introduces two sets of annotations (`@TestBean` on one side
and `MockitoBean`/`MockitoSpyBean` on the other side), as well as an
extension mecanism based on the `@BeanOverride` meta-annotation.

Extension implementors are expected to only provide an annotation,
a BeanOverrideProcessor implementation and an OverrideMetadata subclass.

Closes gh-29917.
2024-03-08 16:52:39 +01:00
..
modules/ROOT Add support for bean overriding in tests 2024-03-08 16:52:39 +01:00
src Fix code snippet compilation error 2024-03-08 12:28:37 +01:00
antora.yml Add support for Kotlin and XML code includes 2024-03-07 17:37:48 +01:00
framework-docs.gradle Use code includes and tabs in connections.adoc 2024-03-07 17:40:11 +01:00