Files
spring-framework/framework-docs/modules/ROOT/pages/testing/testcontext-framework
Simon Baslé a86612a254 Use by-type semantics in bean overriding if no explicit name is provided
This change switches default behavior of `@TestBean`, `@MockitoBean` and
`@MockitoSpyBean` to match the bean definition / bean to override by
type in the case there is no explicit bean name provided via the
annotation. The previous behavior of using the annotated field's name
is still an option for implementors, but no longer the default.

Closes gh-32761
2024-05-14 16:42:11 +02:00
..
2023-11-28 16:21:58 +01:00
2023-05-04 15:35:05 +01:00
2023-05-04 15:35:05 +01:00
2023-09-13 19:52:17 +02:00